Html Css Color HEX #805725 Hot Curry

📋 copy color: '#805725'

red 128 ◦ green 87 ◦ blue 37

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

Shades of Hot Curry #805725

Tints of Hot Curry #805725

RGB

 RED value IS 128 (50.39% from 255) = 50.79%

 GREEN value IS 87 (34.38% from 255) = 34.52%

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

R = 50.79%
G = 34.52%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#805725 (or 0x805725) is known color: Hot Curry. HEX triplet: 80, 57 and 25. RGB value is (128,87,37). Sum of RGB (Red+Green+Blue) = 128+87+37=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #805725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805725 is #7FA8DA. Grayscale: #5D5D5D. Windows color (decimal): -8366299 or 2447232. OLE color: 2447232.

HSL color Cylindrical-coordinate representation of color #805725: hue angle of 32.97º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #805725 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 37 -
CMYK 0 0.32 0.71 0.50
HSL 32.97º 0.55% 0.32% -
HSV(B) 32.97º 0.71% 0.5% -
XYZ 12.64 11.54 3.31 -
YUV 93.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 128 87 37 0 0.32 0.71 0.50 32.97 0.55 0.32
Hex 80 57 25 0 20 47 32 21 37 20
Octal 200 127 45 0 40 107 62 41 67 40
Binary 10000000 1010111 100101 0 100000 1000111 110010 100001 110111 100000

Color Harmonies of #805725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805725

Black with #805725

Text Example


Text Example

White with #805725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805725; }

 p { color: rgb(128,87,37); }

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

background-color css

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

 a { background-color: rgb(128,87,37); }

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

border-color css

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

 span { border-color: rgb(128,87,37); }

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