Html Css Color HEX #835425 Hot Curry

📋 copy color: '#835425'

red 131 ◦ green 84 ◦ blue 37

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

Shades of Hot Curry #835425

Tints of Hot Curry #835425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 51.98%
G = 33.33%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#835425 (or 0x835425) is known color: Hot Curry. HEX triplet: 83, 54 and 25. RGB value is (131,84,37). Sum of RGB (Red+Green+Blue) = 131+84+37=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #835425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835425 is #7CABDA. Grayscale: #5C5C5C. Windows color (decimal): -8170459 or 2446467. OLE color: 2446467.

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

Color convert

RGB 131 84 37 -
CMYK 0 0.36 0.72 0.49
HSL 30º 0.56% 0.33% -
HSV(B) 30º 0.72% 0.51% -
XYZ 12.86 11.3 3.25 -
YUV 92.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 131 84 37 0 0.36 0.72 0.49 30 0.56 0.33
Hex 83 54 25 0 24 48 31 1E 38 21
Octal 203 124 45 0 44 110 61 36 70 41
Binary 10000011 1010100 100101 0 100100 1001000 110001 11110 111000 100001

Color Harmonies of #835425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835425

Black with #835425

Text Example


Text Example

White with #835425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835425; }

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

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

background-color css

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

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

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

border-color css

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

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

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