Html Css Color HEX #4C3128 Cedar

📋 copy color: '#4C3128'

red 76 ◦ green 49 ◦ blue 40

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

Shades of Cedar #4C3128

Tints of Cedar #4C3128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 40 (16.02% from 255) = 24.24%

R = 46.06%
G = 29.7%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C3128 (or 0x4C3128) is known color: Cedar. HEX triplet: 4C, 31 and 28. RGB value is (76,49,40). Sum of RGB (Red+Green+Blue) = 76+49+40=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3128 is #B3CED7. Grayscale: #383838. Windows color (decimal): -11783896 or 2634060. OLE color: 2634060.

HSL color Cylindrical-coordinate representation of color #4C3128: hue angle of 15º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C3128 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 49 40 -
CMYK 0 0.36 0.47 0.70
HSL 15º 0.31% 0.23% -
HSV(B) 15º 0.47% 0.3% -
XYZ 4.46 3.89 2.52 -
YUV 56.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 76 49 40 0 0.36 0.47 0.70 15 0.31 0.23
Hex 4C 31 28 0 24 2F 46 F 1F 17
Octal 114 61 50 0 44 57 106 17 37 27
Binary 1001100 110001 101000 0 100100 101111 1000110 1111 11111 10111

Color Harmonies of #4C3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3128

Black with #4C3128

Text Example


Text Example

White with #4C3128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,49,40); }

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

background-color css

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

 a { background-color: rgb(76,49,40); }

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

border-color css

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

 span { border-color: rgb(76,49,40); }

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