Html Css Color HEX #472D27 Cedar

📋 copy color: '#472D27'

red 71 ◦ green 45 ◦ blue 39

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

Shades of Cedar #472D27

Tints of Cedar #472D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.03%

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 45.81%
G = 29.03%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#472D27 (or 0x472D27) is known color: Cedar. HEX triplet: 47, 2D and 27. RGB value is (71,45,39). Sum of RGB (Red+Green+Blue) = 71+45+39=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D27 is #B8D2D8. Grayscale: #343434. Windows color (decimal): -12112601 or 2567495. OLE color: 2567495.

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

Color convert

RGB 71 45 39 -
CMYK 0 0.37 0.45 0.72
HSL 11.25º 0.29% 0.22% -
HSV(B) 11.25º 0.45% 0.28% -
XYZ 3.9 3.36 2.36 -
YUV 52.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 71 45 39 0 0.37 0.45 0.72 11.25 0.29 0.22
Hex 47 2D 27 0 25 2D 48 B 1D 16
Octal 107 55 47 0 45 55 110 13 35 26
Binary 1000111 101101 100111 0 100101 101101 1001000 1011 11101 10110

Color Harmonies of #472D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D27

Black with #472D27

Text Example


Text Example

White with #472D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,39); }

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

background-color css

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

 a { background-color: rgb(71,45,39); }

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

border-color css

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

 span { border-color: rgb(71,45,39); }

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