Html Css Color HEX #806328 Hot Curry

📋 copy color: '#806328'

red 128 ◦ green 99 ◦ blue 40

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

Shades of Hot Curry #806328

Tints of Hot Curry #806328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 47.94%
G = 37.08%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#806328 (or 0x806328) is known color: Hot Curry. HEX triplet: 80, 63 and 28. RGB value is (128,99,40). Sum of RGB (Red+Green+Blue) = 128+99+40=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #806328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806328 is #7F9CD7. Grayscale: #656565. Windows color (decimal): -8363224 or 2646912. OLE color: 2646912.

HSL color Cylindrical-coordinate representation of color #806328: hue angle of 40.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #806328 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 40 -
CMYK 0 0.23 0.69 0.50
HSL 40.23º 0.52% 0.33% -
HSV(B) 40.23º 0.69% 0.5% -
XYZ 13.75 13.67 3.92 -
YUV 100.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 128 99 40 0 0.23 0.69 0.50 40.23 0.52 0.33
Hex 80 63 28 0 17 45 32 28 34 21
Octal 200 143 50 0 27 105 62 50 64 41
Binary 10000000 1100011 101000 0 10111 1000101 110010 101000 110100 100001

Color Harmonies of #806328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806328

Black with #806328

Text Example


Text Example

White with #806328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806328; }

 p { color: rgb(128,99,40); }

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

background-color css

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

 a { background-color: rgb(128,99,40); }

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

border-color css

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

 span { border-color: rgb(128,99,40); }

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