#4B2F0C

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

Shades of Brown Bramble #4B2F0C

Tints of Brown Bramble #4B2F0C

Color information

#4B2F0C (or 0x4B2F0C) is unknown color: approx Brown Bramble. HEX triplet: 4B, 2F and 0C. RGB value is (75,47,12). Sum of RGB (Red+Green+Blue) = 75+47+12=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2F0C is #B4D0F3. Grayscale: #333333. Windows color (decimal): -11849972 or 798539. OLE color: 798539.

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

Color convert

RGB754712-
CMYK00.370.840.71
HSL33.33º72.41%17.06%-
HSV(B)33.33º84%29.41%-
XYZ3.983.560.82-
YUV51.38105.78144.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.97%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=55.97%
G=35.07%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75471200.370.840.7133.3372.4117.06
Hex4B2FC0255447214811
Octal11357140451241074111021
Binary10010111011111100010010110101001000111100001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,47,12); }

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

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

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

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

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

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

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