Html Css Color HEX #4C372F Cedar

📋 copy color: '#4C372F'

red 76 ◦ green 55 ◦ blue 47

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

Shades of Cedar #4C372F

Tints of Cedar #4C372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 42.7%
G = 30.9%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C372F (or 0x4C372F) is known color: Cedar. HEX triplet: 4C, 37 and 2F. RGB value is (76,55,47). Sum of RGB (Red+Green+Blue) = 76+55+47=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C372F is #B3C8D0. Grayscale: #3C3C3C. Windows color (decimal): -11782353 or 3094348. OLE color: 3094348.

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

Color convert

RGB 76 55 47 -
CMYK 0 0.28 0.38 0.70
HSL 16.55º 0.24% 0.24% -
HSV(B) 16.55º 0.38% 0.3% -
XYZ 4.86 4.47 3.3 -
YUV 60.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 76 55 47 0 0.28 0.38 0.70 16.55 0.24 0.24
Hex 4C 37 2F 0 1C 26 46 11 18 18
Octal 114 67 57 0 34 46 106 21 30 30
Binary 1001100 110111 101111 0 11100 100110 1000110 10001 11000 11000

Color Harmonies of #4C372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C372F

Black with #4C372F

Text Example


Text Example

White with #4C372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,55,47); }

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

background-color css

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

 a { background-color: rgb(76,55,47); }

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

border-color css

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

 span { border-color: rgb(76,55,47); }

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