Html Css Color HEX #4C352E Cedar

📋 copy color: '#4C352E'

red 76 ◦ green 53 ◦ blue 46

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

Shades of Cedar #4C352E

Tints of Cedar #4C352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

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

R = 43.43%
G = 30.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C352E (or 0x4C352E) is known color: Cedar. HEX triplet: 4C, 35 and 2E. RGB value is (76,53,46). Sum of RGB (Red+Green+Blue) = 76+53+46=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C352E is #B3CAD1. Grayscale: #3B3B3B. Windows color (decimal): -11782866 or 3028300. OLE color: 3028300.

HSL color Cylindrical-coordinate representation of color #4C352E: hue angle of 14º 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 #4C352E is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 53 46 -
CMYK 0 0.30 0.39 0.70
HSL 14º 0.25% 0.24% -
HSV(B) 14º 0.39% 0.3% -
XYZ 4.75 4.28 3.16 -
YUV 59.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 76 53 46 0 0.30 0.39 0.70 14 0.25 0.24
Hex 4C 35 2E 0 1E 27 46 E 19 18
Octal 114 65 56 0 36 47 106 16 31 30
Binary 1001100 110101 101110 0 11110 100111 1000110 1110 11001 11000

Color Harmonies of #4C352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C352E

Black with #4C352E

Text Example


Text Example

White with #4C352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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