Html Css Color HEX #4B3011 Brown Bramble

📋 copy color: '#4B3011'

red 75 ◦ green 48 ◦ blue 17

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

Shades of Brown Bramble #4B3011

Tints of Brown Bramble #4B3011

RGB

 RED value IS 75 (29.69% from 255) = 53.57%

 GREEN value IS 48 (19.14% from 255) = 34.29%

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 53.57%
G = 34.29%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#4B3011 (or 0x4B3011) is known color: Brown Bramble. HEX triplet: 4B, 30 and 11. RGB value is (75,48,17). Sum of RGB (Red+Green+Blue) = 75+48+17=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3011 is #B4CFEE. Grayscale: #343434. Windows color (decimal): -11849711 or 1126475. OLE color: 1126475.

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

Color convert

RGB 75 48 17 -
CMYK 0 0.36 0.77 0.71
HSL 32.07º 0.63% 0.18% -
HSV(B) 32.07º 0.77% 0.29% -
XYZ 4.06 3.65 1.02 -
YUV 52.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 75 48 17 0 0.36 0.77 0.71 32.07 0.63 0.18
Hex 4B 30 11 0 24 4D 47 20 3F 12
Octal 113 60 21 0 44 115 107 40 77 22
Binary 1001011 110000 10001 0 100100 1001101 1000111 100000 111111 10010

Color Harmonies of #4B3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3011

Black with #4B3011

Text Example


Text Example

White with #4B3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,48,17); }

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

background-color css

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

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

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

border-color css

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

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

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