Html Css Color HEX #4B3014 Brown Bramble

📋 copy color: '#4B3014'

red 75 ◦ green 48 ◦ blue 20

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

Shades of Brown Bramble #4B3014

Tints of Brown Bramble #4B3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 52.45%
G = 33.57%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4B3014 (or 0x4B3014) is known color: Brown Bramble. HEX triplet: 4B, 30 and 14. RGB value is (75,48,20). Sum of RGB (Red+Green+Blue) = 75+48+20=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3014 is #B4CFEB. Grayscale: #353535. Windows color (decimal): -11849708 or 1323083. OLE color: 1323083.

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

Color convert

RGB 75 48 20 -
CMYK 0 0.36 0.73 0.71
HSL 30.55º 0.58% 0.19% -
HSV(B) 30.55º 0.73% 0.29% -
XYZ 4.08 3.66 1.15 -
YUV 52.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 75 48 20 0 0.36 0.73 0.71 30.55 0.58 0.19
Hex 4B 30 14 0 24 49 47 1F 3A 13
Octal 113 60 24 0 44 111 107 37 72 23
Binary 1001011 110000 10100 0 100100 1001001 1000111 11111 111010 10011

Color Harmonies of #4B3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3014

Black with #4B3014

Text Example


Text Example

White with #4B3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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