Html Css Color HEX #4F372E Cedar

📋 copy color: '#4F372E'

red 79 ◦ green 55 ◦ blue 46

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

Shades of Cedar #4F372E

Tints of Cedar #4F372E

RGB

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

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

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

R = 43.89%
G = 30.56%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F372E (or 0x4F372E) is known color: Cedar. HEX triplet: 4F, 37 and 2E. RGB value is (79,55,46). Sum of RGB (Red+Green+Blue) = 79+55+46=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F372E is #B0C8D1. Grayscale: #3D3D3D. Windows color (decimal): -11585746 or 3028815. OLE color: 3028815.

HSL color Cylindrical-coordinate representation of color #4F372E: hue angle of 16.36º 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 #4F372E is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 55 46 -
CMYK 0 0.30 0.42 0.69
HSL 16.36º 0.26% 0.25% -
HSV(B) 16.36º 0.42% 0.31% -
XYZ 5.08 4.59 3.2 -
YUV 61.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 79 55 46 0 0.30 0.42 0.69 16.36 0.26 0.25
Hex 4F 37 2E 0 1E 2A 45 10 1A 19
Octal 117 67 56 0 36 52 105 20 32 31
Binary 1001111 110111 101110 0 11110 101010 1000101 10000 11010 11001

Color Harmonies of #4F372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F372E

Black with #4F372E

Text Example


Text Example

White with #4F372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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