Html Css Color HEX #805D1C Hot Curry

📋 copy color: '#805D1C'

red 128 ◦ green 93 ◦ blue 28

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

Shades of Hot Curry #805D1C

Tints of Hot Curry #805D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 51.41%
G = 37.35%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#805D1C (or 0x805D1C) is known color: Hot Curry. HEX triplet: 80, 5D and 1C. RGB value is (128,93,28). Sum of RGB (Red+Green+Blue) = 128+93+28=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #805D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D1C is #7FA2E3. Grayscale: #606060. Windows color (decimal): -8364772 or 1858944. OLE color: 1858944.

HSL color Cylindrical-coordinate representation of color #805D1C: hue angle of 39º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #805D1C is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 93 28 -
CMYK 0 0.27 0.78 0.50
HSL 39º 0.64% 0.31% -
HSV(B) 39º 0.78% 0.5% -
XYZ 13.03 12.5 2.83 -
YUV 96.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 128 93 28 0 0.27 0.78 0.50 39 0.64 0.31
Hex 80 5D 1C 0 1B 4E 32 27 40 1F
Octal 200 135 34 0 33 116 62 47 100 37
Binary 10000000 1011101 11100 0 11011 1001110 110010 100111 1000000 11111

Color Harmonies of #805D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D1C

Black with #805D1C

Text Example


Text Example

White with #805D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,93,28); }

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

background-color css

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

 a { background-color: rgb(128,93,28); }

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

border-color css

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

 span { border-color: rgb(128,93,28); }

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