Html Css Color HEX #835C19 Hot Curry

📋 copy color: '#835C19'

red 131 ◦ green 92 ◦ blue 25

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

Shades of Hot Curry #835C19

Tints of Hot Curry #835C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 52.82%
G = 37.1%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#835C19 (or 0x835C19) is known color: Hot Curry. HEX triplet: 83, 5C and 19. RGB value is (131,92,25). Sum of RGB (Red+Green+Blue) = 131+92+25=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #835C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835C19 is #7CA3E6. Grayscale: #606060. Windows color (decimal): -8168423 or 1662083. OLE color: 1662083.

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

Color convert

RGB 131 92 25 -
CMYK 0 0.30 0.81 0.49
HSL 37.92º 0.68% 0.31% -
HSV(B) 37.92º 0.81% 0.51% -
XYZ 13.36 12.55 2.64 -
YUV 96.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 131 92 25 0 0.30 0.81 0.49 37.92 0.68 0.31
Hex 83 5C 19 0 1E 51 31 26 44 1F
Octal 203 134 31 0 36 121 61 46 104 37
Binary 10000011 1011100 11001 0 11110 1010001 110001 100110 1000100 11111

Color Harmonies of #835C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835C19

Black with #835C19

Text Example


Text Example

White with #835C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,92,25); }

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

background-color css

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

 a { background-color: rgb(131,92,25); }

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

border-color css

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

 span { border-color: rgb(131,92,25); }

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