#4B3333

Color #4B3333 Cowboy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cowboy #4B3333

Tints of Cowboy #4B3333

Color information

#4B3333 (or 0x4B3333) is unknown color: approx Cowboy. HEX triplet: 4B, 33 and 33. RGB value is (75,51,51). Sum of RGB (Red+Green+Blue) = 75+51+51=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3333 is #B4CCCC. Grayscale: #3A3A3A. Windows color (decimal): -11848909 or 3355467. OLE color: 3355467.

HSL color Cylindrical-coordinate representation of color #4B3333: hue angle of 0º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B3333 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB755151-
CMYK00.320.320.71
HSL19.05%24.71%-
HSV(B)32%29.41%-
XYZ4.684.13.68-
YUV58.18123.95140-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=42.37%
G=28.81%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75515100.320.320.71019.0524.71
Hex4B3333020204701319
Octal11363630404010702331
Binary10010111100111100110100000100000100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B3333; }

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

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

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

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

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

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

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

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