Html Css Color HEX #472F29 Cedar

📋 copy color: '#472F29'

red 71 ◦ green 47 ◦ blue 41

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

Shades of Cedar #472F29

Tints of Cedar #472F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.56%

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

R = 44.65%
G = 29.56%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#472F29 (or 0x472F29) is known color: Cedar. HEX triplet: 47, 2F and 29. RGB value is (71,47,41). Sum of RGB (Red+Green+Blue) = 71+47+41=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F29 is #B8D0D6. Grayscale: #353535. Windows color (decimal): -12112087 or 2699079. OLE color: 2699079.

HSL color Cylindrical-coordinate representation of color #472F29: hue angle of 12º 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 #472F29 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 41 -
CMYK 0 0.34 0.42 0.72
HSL 12º 0.27% 0.22% -
HSV(B) 12º 0.42% 0.28% -
XYZ 4.02 3.53 2.57 -
YUV 53.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 71 47 41 0 0.34 0.42 0.72 12 0.27 0.22
Hex 47 2F 29 0 22 2A 48 C 1B 16
Octal 107 57 51 0 42 52 110 14 33 26
Binary 1000111 101111 101001 0 100010 101010 1001000 1100 11011 10110

Color Harmonies of #472F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F29

Black with #472F29

Text Example


Text Example

White with #472F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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