Html Css Color HEX #472E29 Cedar

📋 copy color: '#472E29'

red 71 ◦ green 46 ◦ blue 41

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

Shades of Cedar #472E29

Tints of Cedar #472E29

RGB

 RED value IS 71 (28.13% from 255) = 44.94%

 GREEN value IS 46 (18.36% from 255) = 29.11%

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 44.94%
G = 29.11%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#472E29 (or 0x472E29) is known color: Cedar. HEX triplet: 47, 2E and 29. RGB value is (71,46,41). Sum of RGB (Red+Green+Blue) = 71+46+41=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E29 is #B8D1D6. Grayscale: #343434. Windows color (decimal): -12112343 or 2698823. OLE color: 2698823.

HSL color Cylindrical-coordinate representation of color #472E29: hue angle of 10º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472E29 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 41 -
CMYK 0 0.35 0.42 0.72
HSL 10º 0.27% 0.22% -
HSV(B) 10º 0.42% 0.28% -
XYZ 3.98 3.45 2.55 -
YUV 52.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 71 46 41 0 0.35 0.42 0.72 10 0.27 0.22
Hex 47 2E 29 0 23 2A 48 A 1B 16
Octal 107 56 51 0 43 52 110 12 33 26
Binary 1000111 101110 101001 0 100011 101010 1001000 1010 11011 10110

Color Harmonies of #472E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E29

Black with #472E29

Text Example


Text Example

White with #472E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E29; }

 p { color: rgb(71,46,41); }

 H1.HeaderClassName
 {
   color: #472E29;
 }
 .AnyTagClassName
 {
   color: #472E29;
 }
</style>

background-color css

<style>
 a { background-color: #472E29; }

 a { background-color: rgb(71,46,41); }

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

border-color css

<style>
 span { border-color: #472E29; }

 span { border-color: rgb(71,46,41); }

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