Html Css Color HEX #4D342B Cedar

📋 copy color: '#4D342B'

red 77 ◦ green 52 ◦ blue 43

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

Shades of Cedar #4D342B

Tints of Cedar #4D342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25%

R = 44.77%
G = 30.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D342B (or 0x4D342B) is known color: Cedar. HEX triplet: 4D, 34 and 2B. RGB value is (77,52,43). Sum of RGB (Red+Green+Blue) = 77+52+43=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D342B is #B2CBD4. Grayscale: #3A3A3A. Windows color (decimal): -11717589 or 2831437. OLE color: 2831437.

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

Color convert

RGB 77 52 43 -
CMYK 0 0.32 0.44 0.70
HSL 15.88º 0.28% 0.24% -
HSV(B) 15.88º 0.44% 0.3% -
XYZ 4.72 4.21 2.85 -
YUV 58.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 77 52 43 0 0.32 0.44 0.70 15.88 0.28 0.24
Hex 4D 34 2B 0 20 2C 46 10 1C 18
Octal 115 64 53 0 40 54 106 20 34 30
Binary 1001101 110100 101011 0 100000 101100 1000110 10000 11100 11000

Color Harmonies of #4D342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D342B

Black with #4D342B

Text Example


Text Example

White with #4D342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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