Html Css Color HEX #4C2E0E Brown Bramble

📋 copy color: '#4C2E0E'

red 76 ◦ green 46 ◦ blue 14

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

Shades of Brown Bramble #4C2E0E

Tints of Brown Bramble #4C2E0E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.82%

 BLUE value IS 14 (5.86% from 255) = 10.29%

R = 55.88%
G = 33.82%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C2E0E (or 0x4C2E0E) is known color: Brown Bramble. HEX triplet: 4C, 2E and 0E. RGB value is (76,46,14). Sum of RGB (Red+Green+Blue) = 76+46+14=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2E0E is #B3D1F1. Grayscale: #333333. Windows color (decimal): -11784690 or 929356. OLE color: 929356.

HSL color Cylindrical-coordinate representation of color #4C2E0E: hue angle of 30.97º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C2E0E is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 46 14 -
CMYK 0 0.39 0.82 0.70
HSL 30.97º 0.69% 0.18% -
HSV(B) 30.97º 0.82% 0.3% -
XYZ 4.04 3.52 0.88 -
YUV 51.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 76 46 14 0 0.39 0.82 0.70 30.97 0.69 0.18
Hex 4C 2E E 0 27 52 46 1F 45 12
Octal 114 56 16 0 47 122 106 37 105 22
Binary 1001100 101110 1110 0 100111 1010010 1000110 11111 1000101 10010

Color Harmonies of #4C2E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E0E

Black with #4C2E0E

Text Example


Text Example

White with #4C2E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,14); }

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

background-color css

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

 a { background-color: rgb(76,46,14); }

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

border-color css

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

 span { border-color: rgb(76,46,14); }

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