Html Css Color HEX #835518 Hot Curry

📋 copy color: '#835518'

red 131 ◦ green 85 ◦ blue 24

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

Shades of Hot Curry #835518

Tints of Hot Curry #835518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 54.58%
G = 35.42%
B = 10%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#835518 (or 0x835518) is known color: Hot Curry. HEX triplet: 83, 55 and 18. RGB value is (131,85,24). Sum of RGB (Red+Green+Blue) = 131+85+24=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #835518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835518 is #7CAAE7. Grayscale: #5C5C5C. Windows color (decimal): -8170216 or 1594755. OLE color: 1594755.

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

Color convert

RGB 131 85 24 -
CMYK 0 0.35 0.82 0.49
HSL 34.21º 0.69% 0.3% -
HSV(B) 34.21º 0.82% 0.51% -
XYZ 12.77 11.39 2.39 -
YUV 91.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 131 85 24 0 0.35 0.82 0.49 34.21 0.69 0.3
Hex 83 55 18 0 23 52 31 22 45 1E
Octal 203 125 30 0 43 122 61 42 105 36
Binary 10000011 1010101 11000 0 100011 1010010 110001 100010 1000101 11110

Color Harmonies of #835518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835518

Black with #835518

Text Example


Text Example

White with #835518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835518; }

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

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

background-color css

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

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

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

border-color css

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

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

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