Html Css Color HEX #4F362E Cedar

📋 copy color: '#4F362E'

red 79 ◦ green 54 ◦ blue 46

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

Shades of Cedar #4F362E

Tints of Cedar #4F362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 44.13%
G = 30.17%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F362E (or 0x4F362E) is known color: Cedar. HEX triplet: 4F, 36 and 2E. RGB value is (79,54,46). Sum of RGB (Red+Green+Blue) = 79+54+46=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F362E is #B0C9D1. Grayscale: #3C3C3C. Windows color (decimal): -11586002 or 3028559. OLE color: 3028559.

HSL color Cylindrical-coordinate representation of color #4F362E: hue angle of 14.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F362E is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 54 46 -
CMYK 0 0.32 0.42 0.69
HSL 14.55º 0.26% 0.25% -
HSV(B) 14.55º 0.42% 0.31% -
XYZ 5.04 4.5 3.19 -
YUV 60.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 79 54 46 0 0.32 0.42 0.69 14.55 0.26 0.25
Hex 4F 36 2E 0 20 2A 45 F 1A 19
Octal 117 66 56 0 40 52 105 17 32 31
Binary 1001111 110110 101110 0 100000 101010 1000101 1111 11010 11001

Color Harmonies of #4F362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F362E

Black with #4F362E

Text Example


Text Example

White with #4F362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,54,46); }

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

background-color css

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

 a { background-color: rgb(79,54,46); }

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

border-color css

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

 span { border-color: rgb(79,54,46); }

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