#74442F

Color #74442F Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #74442F

Tints of Cumin #74442F

Color information

#74442F (or 0x74442F) is unknown color: approx Cumin. HEX triplet: 74, 44 and 2F. RGB value is (116,68,47). Sum of RGB (Red+Green+Blue) = 116+68+47=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74442F is #8BBBD0. Grayscale: #505050. Windows color (decimal): -9157585 or 3097716. OLE color: 3097716.

HSL color Cylindrical-coordinate representation of color #74442F: hue angle of 18.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74442F is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1166847-
CMYK00.410.590.55
HSL18.26º42.33%31.96%-
HSV(B)18.26º59.48%45.49%-
XYZ9.788.053.73-
YUV79.96109.4153.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=50.22%
G=29.44%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116684700.410.590.5518.2642.3331.96
Hex74442F0293B37122a20
Octal164104570517367225240
Binary11101001000100101111010100111101111011110010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74442F; }

 p { color: rgb(116,68,47); }

 H1.HeaderClassName
 {
   color: #74442F;
 }
 .AnyTagClassName
 {
   color: #74442F;
 }
</style>
background-color css

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

 a { background-color: rgb(116,68,47); }

 div.DivClassName
 {
   background-color: #74442F;
 }
 .BgClassName
 {
   background-color: #74442F;
 }
</style>
border-color css

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

 span { border-color: rgb(116,68,47); }

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