Html Css Color HEX #4B3016 Brown Bramble

📋 copy color: '#4B3016'

red 75 ◦ green 48 ◦ blue 22

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

Shades of Brown Bramble #4B3016

Tints of Brown Bramble #4B3016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 51.72%
G = 33.1%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#4B3016 (or 0x4B3016) is known color: Brown Bramble. HEX triplet: 4B, 30 and 16. RGB value is (75,48,22). Sum of RGB (Red+Green+Blue) = 75+48+22=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3016 is #B4CFE9. Grayscale: #353535. Windows color (decimal): -11849706 or 1454155. OLE color: 1454155.

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

Color convert

RGB 75 48 22 -
CMYK 0 0.36 0.71 0.71
HSL 29.43º 0.55% 0.19% -
HSV(B) 29.43º 0.71% 0.29% -
XYZ 4.1 3.67 1.25 -
YUV 53.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 75 48 22 0 0.36 0.71 0.71 29.43 0.55 0.19
Hex 4B 30 16 0 24 47 47 1D 37 13
Octal 113 60 26 0 44 107 107 35 67 23
Binary 1001011 110000 10110 0 100100 1000111 1000111 11101 110111 10011

Color Harmonies of #4B3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3016

Black with #4B3016

Text Example


Text Example

White with #4B3016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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