Html Css Color HEX #835925 Hot Curry

📋 copy color: '#835925'

red 131 ◦ green 89 ◦ blue 37

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

Shades of Hot Curry #835925

Tints of Hot Curry #835925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

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

R = 50.97%
G = 34.63%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#835925 (or 0x835925) is known color: Hot Curry. HEX triplet: 83, 59 and 25. RGB value is (131,89,37). Sum of RGB (Red+Green+Blue) = 131+89+37=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #835925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835925 is #7CA6DA. Grayscale: #5F5F5F. Windows color (decimal): -8169179 or 2447747. OLE color: 2447747.

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

Color convert

RGB 131 89 37 -
CMYK 0 0.32 0.72 0.49
HSL 33.19º 0.56% 0.33% -
HSV(B) 33.19º 0.72% 0.51% -
XYZ 13.27 12.1 3.39 -
YUV 95.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 131 89 37 0 0.32 0.72 0.49 33.19 0.56 0.33
Hex 83 59 25 0 20 48 31 21 38 21
Octal 203 131 45 0 40 110 61 41 70 41
Binary 10000011 1011001 100101 0 100000 1001000 110001 100001 111000 100001

Color Harmonies of #835925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835925

Black with #835925

Text Example


Text Example

White with #835925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835925; }

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

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

background-color css

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

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

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

border-color css

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

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

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