Html Css Color HEX #826430 Hot Curry

📋 copy color: '#826430'

red 130 ◦ green 100 ◦ blue 48

#826430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #826430

Tints of Hot Curry #826430

RGB

 RED value IS 130 (51.17% from 255) = 46.76%

 GREEN value IS 100 (39.45% from 255) = 35.97%

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 46.76%
G = 35.97%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#826430 (or 0x826430) is known color: Hot Curry. HEX triplet: 82, 64 and 30. RGB value is (130,100,48). Sum of RGB (Red+Green+Blue) = 130+100+48=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #826430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826430 is #7D9BCF. Grayscale: #676767. Windows color (decimal): -8231888 or 3171458. OLE color: 3171458.

HSL color Cylindrical-coordinate representation of color #826430: hue angle of 38.05º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #826430 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 48 -
CMYK 0 0.23 0.63 0.49
HSL 38.05º 0.46% 0.35% -
HSV(B) 38.05º 0.63% 0.51% -
XYZ 14.3 14.07 4.76 -
YUV 103.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 130 100 48 0 0.23 0.63 0.49 38.05 0.46 0.35
Hex 82 64 30 0 17 3F 31 26 2E 23
Octal 202 144 60 0 27 77 61 46 56 43
Binary 10000010 1100100 110000 0 10111 111111 110001 100110 101110 100011

Color Harmonies of #826430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826430

Black with #826430

Text Example


Text Example

White with #826430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826430; }

 p { color: rgb(130,100,48); }

 H1.HeaderClassName
 {
   color: #826430;
 }
 .AnyTagClassName
 {
   color: #826430;
 }
</style>

background-color css

<style>
 a { background-color: #826430; }

 a { background-color: rgb(130,100,48); }

 div.DivClassName
 {
   background-color: #826430;
 }
 .BgClassName
 {
   background-color: #826430;
 }
</style>

border-color css

<style>
 span { border-color: #826430; }

 span { border-color: rgb(130,100,48); }

 td.TdClassName
 {
   border-color: #826430;
 }
 .TagClassName
 {
   border-color: #826430;
 }
</style>