Html Css Color HEX #4C321E Brown Bramble

📋 copy color: '#4C321E'

red 76 ◦ green 50 ◦ blue 30

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

Shades of Brown Bramble #4C321E

Tints of Brown Bramble #4C321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 48.72%
G = 32.05%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C321E (or 0x4C321E) is known color: Brown Bramble. HEX triplet: 4C, 32 and 1E. RGB value is (76,50,30). Sum of RGB (Red+Green+Blue) = 76+50+30=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C321E is #B3CDE1. Grayscale: #373737. Windows color (decimal): -11783650 or 1978956. OLE color: 1978956.

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

Color convert

RGB 76 50 30 -
CMYK 0 0.34 0.61 0.70
HSL 26.09º 0.43% 0.21% -
HSV(B) 26.09º 0.61% 0.3% -
XYZ 4.36 3.91 1.75 -
YUV 55.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 76 50 30 0 0.34 0.61 0.70 26.09 0.43 0.21
Hex 4C 32 1E 0 22 3D 46 1A 2B 15
Octal 114 62 36 0 42 75 106 32 53 25
Binary 1001100 110010 11110 0 100010 111101 1000110 11010 101011 10101

Color Harmonies of #4C321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C321E

Black with #4C321E

Text Example


Text Example

White with #4C321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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