Html Css Color HEX #4F342A Cedar

📋 copy color: '#4F342A'

red 79 ◦ green 52 ◦ blue 42

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

Shades of Cedar #4F342A

Tints of Cedar #4F342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 45.66%
G = 30.06%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F342A (or 0x4F342A) is known color: Cedar. HEX triplet: 4F, 34 and 2A. RGB value is (79,52,42). Sum of RGB (Red+Green+Blue) = 79+52+42=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F342A is #B0CBD5. Grayscale: #3A3A3A. Windows color (decimal): -11586518 or 2765903. OLE color: 2765903.

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

Color convert

RGB 79 52 42 -
CMYK 0 0.34 0.47 0.69
HSL 16.22º 0.31% 0.24% -
HSV(B) 16.22º 0.47% 0.31% -
XYZ 4.87 4.29 2.76 -
YUV 58.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 79 52 42 0 0.34 0.47 0.69 16.22 0.31 0.24
Hex 4F 34 2A 0 22 2F 45 10 1F 18
Octal 117 64 52 0 42 57 105 20 37 30
Binary 1001111 110100 101010 0 100010 101111 1000101 10000 11111 11000

Color Harmonies of #4F342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F342A

Black with #4F342A

Text Example


Text Example

White with #4F342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,52,42); }

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

background-color css

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

 a { background-color: rgb(79,52,42); }

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

border-color css

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

 span { border-color: rgb(79,52,42); }

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