Html Css Color HEX #47322F Cedar

📋 copy color: '#47322F'

red 71 ◦ green 50 ◦ blue 47

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

Shades of Cedar #47322F

Tints of Cedar #47322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 42.26%
G = 29.76%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47322F (or 0x47322F) is known color: Cedar. HEX triplet: 47, 32 and 2F. RGB value is (71,50,47). Sum of RGB (Red+Green+Blue) = 71+50+47=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47322F is #B8CDD0. Grayscale: #373737. Windows color (decimal): -12111313 or 3093063. OLE color: 3093063.

HSL color Cylindrical-coordinate representation of color #47322F: hue angle of 7.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47322F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 47 -
CMYK 0 0.30 0.34 0.72
HSL 7.5º 0.2% 0.23% -
HSV(B) 7.5º 0.34% 0.28% -
XYZ 4.25 3.83 3.2 -
YUV 55.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 71 50 47 0 0.30 0.34 0.72 7.5 0.2 0.23
Hex 47 32 2F 0 1E 22 48 8 14 17
Octal 107 62 57 0 36 42 110 10 24 27
Binary 1000111 110010 101111 0 11110 100010 1001000 1000 10100 10111

Color Harmonies of #47322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47322F

Black with #47322F

Text Example


Text Example

White with #47322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47322F; }

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

 H1.HeaderClassName
 {
   color: #47322F;
 }
 .AnyTagClassName
 {
   color: #47322F;
 }
</style>

background-color css

<style>
 a { background-color: #47322F; }

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

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

border-color css

<style>
 span { border-color: #47322F; }

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

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