Html Css Color HEX #47342F Cedar

📋 copy color: '#47342F'

red 71 ◦ green 52 ◦ blue 47

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

Shades of Cedar #47342F

Tints of Cedar #47342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 41.76%
G = 30.59%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47342F (or 0x47342F) is known color: Cedar. HEX triplet: 47, 34 and 2F. RGB value is (71,52,47). Sum of RGB (Red+Green+Blue) = 71+52+47=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342F is #B8CBD0. Grayscale: #393939. Windows color (decimal): -12110801 or 3093575. OLE color: 3093575.

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

Color convert

RGB 71 52 47 -
CMYK 0 0.27 0.34 0.72
HSL 12.5º 0.2% 0.23% -
HSV(B) 12.5º 0.34% 0.28% -
XYZ 4.34 4 3.23 -
YUV 57.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 71 52 47 0 0.27 0.34 0.72 12.5 0.2 0.23
Hex 47 34 2F 0 1B 22 48 C 14 17
Octal 107 64 57 0 33 42 110 14 24 27
Binary 1000111 110100 101111 0 11011 100010 1001000 1100 10100 10111

Color Harmonies of #47342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47342F

Black with #47342F

Text Example


Text Example

White with #47342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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