Html Css Color HEX #805B1B Hot Curry

📋 copy color: '#805B1B'

red 128 ◦ green 91 ◦ blue 27

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

Shades of Hot Curry #805B1B

Tints of Hot Curry #805B1B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 52.03%
G = 36.99%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#805B1B (or 0x805B1B) is known color: Hot Curry. HEX triplet: 80, 5B and 1B. RGB value is (128,91,27). Sum of RGB (Red+Green+Blue) = 128+91+27=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #805B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B1B is #7FA4E4. Grayscale: #5F5F5F. Windows color (decimal): -8365285 or 1792896. OLE color: 1792896.

HSL color Cylindrical-coordinate representation of color #805B1B: hue angle of 38.02º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #805B1B is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 91 27 -
CMYK 0 0.29 0.79 0.50
HSL 38.02º 0.65% 0.3% -
HSV(B) 38.02º 0.79% 0.5% -
XYZ 12.84 12.15 2.71 -
YUV 94.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 128 91 27 0 0.29 0.79 0.50 38.02 0.65 0.3
Hex 80 5B 1B 0 1D 4F 32 26 41 1E
Octal 200 133 33 0 35 117 62 46 101 36
Binary 10000000 1011011 11011 0 11101 1001111 110010 100110 1000001 11110

Color Harmonies of #805B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805B1B

Black with #805B1B

Text Example


Text Example

White with #805B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,27); }

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

background-color css

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

 a { background-color: rgb(128,91,27); }

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

border-color css

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

 span { border-color: rgb(128,91,27); }

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