Html Css Color HEX #835625 Hot Curry

📋 copy color: '#835625'

red 131 ◦ green 86 ◦ blue 37

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

Shades of Hot Curry #835625

Tints of Hot Curry #835625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 51.57%
G = 33.86%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#835625 (or 0x835625) is known color: Hot Curry. HEX triplet: 83, 56 and 25. RGB value is (131,86,37). Sum of RGB (Red+Green+Blue) = 131+86+37=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #835625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835625 is #7CA9DA. Grayscale: #5E5E5E. Windows color (decimal): -8169947 or 2446979. OLE color: 2446979.

HSL color Cylindrical-coordinate representation of color #835625: hue angle of 31.28º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #835625 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 37 -
CMYK 0 0.34 0.72 0.49
HSL 31.28º 0.56% 0.33% -
HSV(B) 31.28º 0.72% 0.51% -
XYZ 13.02 11.61 3.31 -
YUV 93.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 131 86 37 0 0.34 0.72 0.49 31.28 0.56 0.33
Hex 83 56 25 0 22 48 31 1F 38 21
Octal 203 126 45 0 42 110 61 37 70 41
Binary 10000011 1010110 100101 0 100010 1001000 110001 11111 111000 100001

Color Harmonies of #835625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835625

Black with #835625

Text Example


Text Example

White with #835625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835625; }

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

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

background-color css

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

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

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

border-color css

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

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

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