Html Css Color HEX #4F352C Cedar

📋 copy color: '#4F352C'

red 79 ◦ green 53 ◦ blue 44

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

Shades of Cedar #4F352C

Tints of Cedar #4F352C

RGB

 RED value IS 79 (31.25% from 255) = 44.89%

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

 BLUE value IS 44 (17.58% from 255) = 25%

R = 44.89%
G = 30.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#4F352C (or 0x4F352C) is known color: Cedar. HEX triplet: 4F, 35 and 2C. RGB value is (79,53,44). Sum of RGB (Red+Green+Blue) = 79+53+44=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F352C is #B0CAD3. Grayscale: #3B3B3B. Windows color (decimal): -11586260 or 2897231. OLE color: 2897231.

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

Color convert

RGB 79 53 44 -
CMYK 0 0.33 0.44 0.69
HSL 15.43º 0.28% 0.24% -
HSV(B) 15.43º 0.44% 0.31% -
XYZ 4.95 4.39 2.97 -
YUV 59.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 79 53 44 0 0.33 0.44 0.69 15.43 0.28 0.24
Hex 4F 35 2C 0 21 2C 45 F 1C 18
Octal 117 65 54 0 41 54 105 17 34 30
Binary 1001111 110101 101100 0 100001 101100 1000101 1111 11100 11000

Color Harmonies of #4F352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F352C

Black with #4F352C

Text Example


Text Example

White with #4F352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,53,44); }

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

background-color css

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

 a { background-color: rgb(79,53,44); }

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

border-color css

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

 span { border-color: rgb(79,53,44); }

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