Html Css Color HEX #4C342D Cedar

📋 copy color: '#4C342D'

red 76 ◦ green 52 ◦ blue 45

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

Shades of Cedar #4C342D

Tints of Cedar #4C342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 43.93%
G = 30.06%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C342D (or 0x4C342D) is known color: Cedar. HEX triplet: 4C, 34 and 2D. RGB value is (76,52,45). Sum of RGB (Red+Green+Blue) = 76+52+45=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C342D is #B3CBD2. Grayscale: #3A3A3A. Windows color (decimal): -11783123 or 2962508. OLE color: 2962508.

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

Color convert

RGB 76 52 45 -
CMYK 0 0.32 0.41 0.70
HSL 13.55º 0.26% 0.24% -
HSV(B) 13.55º 0.41% 0.3% -
XYZ 4.68 4.18 3.04 -
YUV 58.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 76 52 45 0 0.32 0.41 0.70 13.55 0.26 0.24
Hex 4C 34 2D 0 20 29 46 E 1A 18
Octal 114 64 55 0 40 51 106 16 32 30
Binary 1001100 110100 101101 0 100000 101001 1000110 1110 11010 11000

Color Harmonies of #4C342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C342D

Black with #4C342D

Text Example


Text Example

White with #4C342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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