Html Css Color HEX #4C2F13 Brown Bramble

📋 copy color: '#4C2F13'

red 76 ◦ green 47 ◦ blue 19

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

Shades of Brown Bramble #4C2F13

Tints of Brown Bramble #4C2F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.1%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 53.52%
G = 33.1%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C2F13 (or 0x4C2F13) is known color: Brown Bramble. HEX triplet: 4C, 2F and 13. RGB value is (76,47,19). Sum of RGB (Red+Green+Blue) = 76+47+19=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2F13 is #B3D0EC. Grayscale: #343434. Windows color (decimal): -11784429 or 1257292. OLE color: 1257292.

HSL color Cylindrical-coordinate representation of color #4C2F13: hue angle of 29.47º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2F13 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 47 19 -
CMYK 0 0.38 0.75 0.70
HSL 29.47º 0.6% 0.19% -
HSV(B) 29.47º 0.75% 0.3% -
XYZ 4.11 3.62 1.1 -
YUV 52.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 76 47 19 0 0.38 0.75 0.70 29.47 0.6 0.19
Hex 4C 2F 13 0 26 4B 46 1D 3C 13
Octal 114 57 23 0 46 113 106 35 74 23
Binary 1001100 101111 10011 0 100110 1001011 1000110 11101 111100 10011

Color Harmonies of #4C2F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F13

Black with #4C2F13

Text Example


Text Example

White with #4C2F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,47,19); }

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

background-color css

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

 a { background-color: rgb(76,47,19); }

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

border-color css

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

 span { border-color: rgb(76,47,19); }

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