Html Css Color HEX #835619 Hot Curry

📋 copy color: '#835619'

red 131 ◦ green 86 ◦ blue 25

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

Shades of Hot Curry #835619

Tints of Hot Curry #835619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.54%

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

R = 54.13%
G = 35.54%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#835619 (or 0x835619) is known color: Hot Curry. HEX triplet: 83, 56 and 19. RGB value is (131,86,25). Sum of RGB (Red+Green+Blue) = 131+86+25=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #835619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835619 is #7CA9E6. Grayscale: #5C5C5C. Windows color (decimal): -8169959 or 1660547. OLE color: 1660547.

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

Color convert

RGB 131 86 25 -
CMYK 0 0.34 0.81 0.49
HSL 34.53º 0.68% 0.31% -
HSV(B) 34.53º 0.81% 0.51% -
XYZ 12.86 11.55 2.47 -
YUV 92.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 131 86 25 0 0.34 0.81 0.49 34.53 0.68 0.31
Hex 83 56 19 0 22 51 31 23 44 1F
Octal 203 126 31 0 42 121 61 43 104 37
Binary 10000011 1010110 11001 0 100010 1010001 110001 100011 1000100 11111

Color Harmonies of #835619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835619

Black with #835619

Text Example


Text Example

White with #835619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835619; }

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

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

background-color css

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

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

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

border-color css

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

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

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