#7D4B33

Color #7D4B33 Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #7D4B33

Tints of Cigar #7D4B33

Color information

#7D4B33 (or 0x7D4B33) is unknown color: approx Cigar. HEX triplet: 7D, 4B and 33. RGB value is (125,75,51). Sum of RGB (Red+Green+Blue) = 125+75+51=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4B33 is #82B4CC. Grayscale: #575757. Windows color (decimal): -8565965 or 3361661. OLE color: 3361661.

HSL color Cylindrical-coordinate representation of color #7D4B33: hue angle of 19.46º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D4B33 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1257551-
CMYK00.400.590.51
HSL19.46º42.05%34.51%-
HSV(B)19.46º59.2%49.02%-
XYZ11.579.634.38-
YUV87.21107.56154.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.80%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=49.80%
G=29.88%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125755100.400.590.5119.4642.0534.51
Hex7D4B330283B33132a23
Octal175113630507363235243
Binary11111011001011110011010100011101111001110011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D4B33; }

 p { color: rgb(125,75,51); }

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

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

 a { background-color: rgb(125,75,51); }

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

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

 span { border-color: rgb(125,75,51); }

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