Html Css Color HEX #4B3019 Brown Bramble

📋 copy color: '#4B3019'

red 75 ◦ green 48 ◦ blue 25

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

Shades of Brown Bramble #4B3019

Tints of Brown Bramble #4B3019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.89%

R = 50.68%
G = 32.43%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B3019 (or 0x4B3019) is known color: Brown Bramble. HEX triplet: 4B, 30 and 19. RGB value is (75,48,25). Sum of RGB (Red+Green+Blue) = 75+48+25=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3019 is #B4CFE6. Grayscale: #353535. Windows color (decimal): -11849703 or 1650763. OLE color: 1650763.

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

Color convert

RGB 75 48 25 -
CMYK 0 0.36 0.67 0.71
HSL 27.6º 0.5% 0.2% -
HSV(B) 27.6º 0.67% 0.29% -
XYZ 4.13 3.68 1.41 -
YUV 53.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 75 48 25 0 0.36 0.67 0.71 27.6 0.5 0.2
Hex 4B 30 19 0 24 43 47 1C 32 14
Octal 113 60 31 0 44 103 107 34 62 24
Binary 1001011 110000 11001 0 100100 1000011 1000111 11100 110010 10100

Color Harmonies of #4B3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3019

Black with #4B3019

Text Example


Text Example

White with #4B3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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