Html Css Color HEX #804730 Cumin

📋 copy color: '#804730'

red 128 ◦ green 71 ◦ blue 48

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

Shades of Cumin #804730

Tints of Cumin #804730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 51.82%
G = 28.74%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#804730 (or 0x804730) is known color: Cumin. HEX triplet: 80, 47 and 30. RGB value is (128,71,48). Sum of RGB (Red+Green+Blue) = 128+71+48=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #804730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804730 is #7FB8CF. Grayscale: #555555. Windows color (decimal): -8370384 or 3164032. OLE color: 3164032.

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

Color convert

RGB 128 71 48 -
CMYK 0 0.45 0.62 0.50
HSL 17.25º 0.45% 0.35% -
HSV(B) 17.25º 0.63% 0.5% -
XYZ 11.69 9.31 3.98 -
YUV 85.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 128 71 48 0 0.45 0.62 0.50 17.25 0.45 0.35
Hex 80 47 30 0 2D 3E 32 11 2D 23
Octal 200 107 60 0 55 76 62 21 55 43
Binary 10000000 1000111 110000 0 101101 111110 110010 10001 101101 100011

Color Harmonies of #804730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804730

Black with #804730

Text Example


Text Example

White with #804730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804730; }

 p { color: rgb(128,71,48); }

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

background-color css

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

 a { background-color: rgb(128,71,48); }

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

border-color css

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

 span { border-color: rgb(128,71,48); }

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