Html Css Color HEX #4C342E Cedar

📋 copy color: '#4C342E'

red 76 ◦ green 52 ◦ blue 46

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

Shades of Cedar #4C342E

Tints of Cedar #4C342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 43.68%
G = 29.89%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C342E (or 0x4C342E) is known color: Cedar. HEX triplet: 4C, 34 and 2E. RGB value is (76,52,46). Sum of RGB (Red+Green+Blue) = 76+52+46=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C342E is #B3CBD1. Grayscale: #3A3A3A. Windows color (decimal): -11783122 or 3028044. OLE color: 3028044.

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

Color convert

RGB 76 52 46 -
CMYK 0 0.32 0.39 0.70
HSL 12º 0.25% 0.24% -
HSV(B) 12º 0.39% 0.3% -
XYZ 4.7 4.19 3.15 -
YUV 58.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 76 52 46 0 0.32 0.39 0.70 12 0.25 0.24
Hex 4C 34 2E 0 20 27 46 C 19 18
Octal 114 64 56 0 40 47 106 14 31 30
Binary 1001100 110100 101110 0 100000 100111 1000110 1100 11001 11000

Color Harmonies of #4C342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C342E

Black with #4C342E

Text Example


Text Example

White with #4C342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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