Html Css Color HEX #835B18 Hot Curry

📋 copy color: '#835B18'

red 131 ◦ green 91 ◦ blue 24

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

Shades of Hot Curry #835B18

Tints of Hot Curry #835B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 53.25%
G = 36.99%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#835B18 (or 0x835B18) is known color: Hot Curry. HEX triplet: 83, 5B and 18. RGB value is (131,91,24). Sum of RGB (Red+Green+Blue) = 131+91+24=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #835B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835B18 is #7CA4E7. Grayscale: #5F5F5F. Windows color (decimal): -8168680 or 1596291. OLE color: 1596291.

HSL color Cylindrical-coordinate representation of color #835B18: hue angle of 37.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #835B18 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 24 -
CMYK 0 0.31 0.82 0.49
HSL 37.57º 0.69% 0.3% -
HSV(B) 37.57º 0.82% 0.51% -
XYZ 13.27 12.37 2.55 -
YUV 95.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 131 91 24 0 0.31 0.82 0.49 37.57 0.69 0.3
Hex 83 5B 18 0 1F 52 31 26 45 1E
Octal 203 133 30 0 37 122 61 46 105 36
Binary 10000011 1011011 11000 0 11111 1010010 110001 100110 1000101 11110

Color Harmonies of #835B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B18

Black with #835B18

Text Example


Text Example

White with #835B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835B18; }

 p { color: rgb(131,91,24); }

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

background-color css

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

 a { background-color: rgb(131,91,24); }

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

border-color css

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

 span { border-color: rgb(131,91,24); }

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