Html Css Color HEX #805F25 Hot Curry

📋 copy color: '#805F25'

red 128 ◦ green 95 ◦ blue 37

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

Shades of Hot Curry #805F25

Tints of Hot Curry #805F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 49.23%
G = 36.54%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#805F25 (or 0x805F25) is known color: Hot Curry. HEX triplet: 80, 5F and 25. RGB value is (128,95,37). Sum of RGB (Red+Green+Blue) = 128+95+37=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #805F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F25 is #7FA0DA. Grayscale: #626262. Windows color (decimal): -8364251 or 2449280. OLE color: 2449280.

HSL color Cylindrical-coordinate representation of color #805F25: hue angle of 38.24º 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 #805F25 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 95 37 -
CMYK 0 0.26 0.71 0.50
HSL 38.24º 0.55% 0.32% -
HSV(B) 38.24º 0.71% 0.5% -
XYZ 13.33 12.91 3.54 -
YUV 98.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 128 95 37 0 0.26 0.71 0.50 38.24 0.55 0.32
Hex 80 5F 25 0 1A 47 32 26 37 20
Octal 200 137 45 0 32 107 62 46 67 40
Binary 10000000 1011111 100101 0 11010 1000111 110010 100110 110111 100000

Color Harmonies of #805F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F25

Black with #805F25

Text Example


Text Example

White with #805F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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