Html Css Color HEX #4C3216 Brown Bramble

📋 copy color: '#4C3216'

red 76 ◦ green 50 ◦ blue 22

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

Shades of Brown Bramble #4C3216

Tints of Brown Bramble #4C3216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.78%

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

R = 51.35%
G = 33.78%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4C3216 (or 0x4C3216) is known color: Brown Bramble. HEX triplet: 4C, 32 and 16. RGB value is (76,50,22). Sum of RGB (Red+Green+Blue) = 76+50+22=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3216 is #B3CDE9. Grayscale: #363636. Windows color (decimal): -11783658 or 1454668. OLE color: 1454668.

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

Color convert

RGB 76 50 22 -
CMYK 0 0.34 0.71 0.70
HSL 31.11º 0.55% 0.19% -
HSV(B) 31.11º 0.71% 0.3% -
XYZ 4.27 3.88 1.28 -
YUV 54.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 76 50 22 0 0.34 0.71 0.70 31.11 0.55 0.19
Hex 4C 32 16 0 22 47 46 1F 37 13
Octal 114 62 26 0 42 107 106 37 67 23
Binary 1001100 110010 10110 0 100010 1000111 1000110 11111 110111 10011

Color Harmonies of #4C3216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3216

Black with #4C3216

Text Example


Text Example

White with #4C3216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,22); }

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

background-color css

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

 a { background-color: rgb(76,50,22); }

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

border-color css

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

 span { border-color: rgb(76,50,22); }

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