Html Css Color HEX #835A17 Hot Curry

📋 copy color: '#835A17'

red 131 ◦ green 90 ◦ blue 23

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

Shades of Hot Curry #835A17

Tints of Hot Curry #835A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 53.69%
G = 36.89%
B = 9.43%

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

#835A17 (or 0x835A17) is known color: Hot Curry. HEX triplet: 83, 5A and 17. RGB value is (131,90,23). Sum of RGB (Red+Green+Blue) = 131+90+23=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #835A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835A17 is #7CA5E8. Grayscale: #5E5E5E. Windows color (decimal): -8168937 or 1530499. OLE color: 1530499.

HSL color Cylindrical-coordinate representation of color #835A17: hue angle of 37.22º degrees, saturation: 0.7, 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 #835A17 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 90 23 -
CMYK 0 0.31 0.82 0.49
HSL 37.22º 0.7% 0.3% -
HSV(B) 37.22º 0.82% 0.51% -
XYZ 13.17 12.2 2.47 -
YUV 94.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 131 90 23 0 0.31 0.82 0.49 37.22 0.7 0.3
Hex 83 5A 17 0 1F 52 31 25 46 1E
Octal 203 132 27 0 37 122 61 45 106 36
Binary 10000011 1011010 10111 0 11111 1010010 110001 100101 1000110 11110

Color Harmonies of #835A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A17

Black with #835A17

Text Example


Text Example

White with #835A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,90,23); }

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

background-color css

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

 a { background-color: rgb(131,90,23); }

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

border-color css

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

 span { border-color: rgb(131,90,23); }

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