Html Css Color HEX #4D342C Cedar

📋 copy color: '#4D342C'

red 77 ◦ green 52 ◦ blue 44

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

Shades of Cedar #4D342C

Tints of Cedar #4D342C

RGB

 RED value IS 77 (30.47% from 255) = 44.51%

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

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 44.51%
G = 30.06%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D342C (or 0x4D342C) is known color: Cedar. HEX triplet: 4D, 34 and 2C. RGB value is (77,52,44). Sum of RGB (Red+Green+Blue) = 77+52+44=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D342C is #B2CBD3. Grayscale: #3A3A3A. Windows color (decimal): -11717588 or 2896973. OLE color: 2896973.

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

Color convert

RGB 77 52 44 -
CMYK 0 0.32 0.43 0.70
HSL 14.55º 0.27% 0.24% -
HSV(B) 14.55º 0.43% 0.3% -
XYZ 4.74 4.22 2.95 -
YUV 58.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 77 52 44 0 0.32 0.43 0.70 14.55 0.27 0.24
Hex 4D 34 2C 0 20 2B 46 F 1B 18
Octal 115 64 54 0 40 53 106 17 33 30
Binary 1001101 110100 101100 0 100000 101011 1000110 1111 11011 11000

Color Harmonies of #4D342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D342C

Black with #4D342C

Text Example


Text Example

White with #4D342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,44); }

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

background-color css

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

 a { background-color: rgb(77,52,44); }

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

border-color css

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

 span { border-color: rgb(77,52,44); }

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