Html Css Color HEX #836430 Hot Curry

📋 copy color: '#836430'

red 131 ◦ green 100 ◦ blue 48

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

Shades of Hot Curry #836430

Tints of Hot Curry #836430

RGB

 RED value IS 131 (51.56% from 255) = 46.95%

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

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

R = 46.95%
G = 35.84%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#836430 (or 0x836430) is known color: Hot Curry. HEX triplet: 83, 64 and 30. RGB value is (131,100,48). Sum of RGB (Red+Green+Blue) = 131+100+48=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #836430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836430 is #7C9BCF. Grayscale: #676767. Windows color (decimal): -8166352 or 3171459. OLE color: 3171459.

HSL color Cylindrical-coordinate representation of color #836430: hue angle of 37.59º 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 #836430 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 48 -
CMYK 0 0.24 0.63 0.49
HSL 37.59º 0.46% 0.35% -
HSV(B) 37.59º 0.63% 0.51% -
XYZ 14.45 14.15 4.77 -
YUV 103.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 131 100 48 0 0.24 0.63 0.49 37.59 0.46 0.35
Hex 83 64 30 0 18 3F 31 26 2E 23
Octal 203 144 60 0 30 77 61 46 56 43
Binary 10000011 1100100 110000 0 11000 111111 110001 100110 101110 100011

Color Harmonies of #836430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836430

Black with #836430

Text Example


Text Example

White with #836430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836430; }

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

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

background-color css

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

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

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

border-color css

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

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

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