Html Css Color HEX #4C3019 Brown Bramble

📋 copy color: '#4C3019'

red 76 ◦ green 48 ◦ blue 25

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

Shades of Brown Bramble #4C3019

Tints of Brown Bramble #4C3019

RGB

 RED value IS 76 (30.08% from 255) = 51.01%

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

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

R = 51.01%
G = 32.21%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C3019 (or 0x4C3019) is known color: Brown Bramble. HEX triplet: 4C, 30 and 19. RGB value is (76,48,25). Sum of RGB (Red+Green+Blue) = 76+48+25=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3019 is #B3CFE6. Grayscale: #353535. Windows color (decimal): -11784167 or 1650764. OLE color: 1650764.

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

Color convert

RGB 76 48 25 -
CMYK 0 0.37 0.67 0.70
HSL 27.06º 0.5% 0.2% -
HSV(B) 27.06º 0.67% 0.3% -
XYZ 4.21 3.72 1.42 -
YUV 53.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 76 48 25 0 0.37 0.67 0.70 27.06 0.5 0.2
Hex 4C 30 19 0 25 43 46 1B 32 14
Octal 114 60 31 0 45 103 106 33 62 24
Binary 1001100 110000 11001 0 100101 1000011 1000110 11011 110010 10100

Color Harmonies of #4C3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3019

Black with #4C3019

Text Example


Text Example

White with #4C3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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