Html Css Color HEX #4D342D Cedar

📋 copy color: '#4D342D'

red 77 ◦ green 52 ◦ blue 45

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

Shades of Cedar #4D342D

Tints of Cedar #4D342D

RGB

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

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

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

R = 44.25%
G = 29.89%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D342D (or 0x4D342D) is known color: Cedar. HEX triplet: 4D, 34 and 2D. RGB value is (77,52,45). Sum of RGB (Red+Green+Blue) = 77+52+45=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D342D is #B2CBD2. Grayscale: #3A3A3A. Windows color (decimal): -11717587 or 2962509. OLE color: 2962509.

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

Color convert

RGB 77 52 45 -
CMYK 0 0.32 0.42 0.70
HSL 13.13º 0.26% 0.24% -
HSV(B) 13.13º 0.42% 0.3% -
XYZ 4.76 4.22 3.05 -
YUV 58.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 77 52 45 0 0.32 0.42 0.70 13.13 0.26 0.24
Hex 4D 34 2D 0 20 2A 46 D 1A 18
Octal 115 64 55 0 40 52 106 15 32 30
Binary 1001101 110100 101101 0 100000 101010 1000110 1101 11010 11000

Color Harmonies of #4D342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D342D

Black with #4D342D

Text Example


Text Example

White with #4D342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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