Html Css Color HEX #47312E Cedar

📋 copy color: '#47312E'

red 71 ◦ green 49 ◦ blue 46

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

Shades of Cedar #47312E

Tints of Cedar #47312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 42.77%
G = 29.52%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47312E (or 0x47312E) is known color: Cedar. HEX triplet: 47, 31 and 2E. RGB value is (71,49,46). Sum of RGB (Red+Green+Blue) = 71+49+46=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47312E is #B8CED1. Grayscale: #373737. Windows color (decimal): -12111570 or 3027271. OLE color: 3027271.

HSL color Cylindrical-coordinate representation of color #47312E: hue angle of 7.2º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47312E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 46 -
CMYK 0 0.31 0.35 0.72
HSL 7.2º 0.21% 0.23% -
HSV(B) 7.2º 0.35% 0.28% -
XYZ 4.19 3.73 3.08 -
YUV 55.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 71 49 46 0 0.31 0.35 0.72 7.2 0.21 0.23
Hex 47 31 2E 0 1F 23 48 7 15 17
Octal 107 61 56 0 37 43 110 7 25 27
Binary 1000111 110001 101110 0 11111 100011 1001000 111 10101 10111

Color Harmonies of #47312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47312E

Black with #47312E

Text Example


Text Example

White with #47312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47312E; }

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

 H1.HeaderClassName
 {
   color: #47312E;
 }
 .AnyTagClassName
 {
   color: #47312E;
 }
</style>

background-color css

<style>
 a { background-color: #47312E; }

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

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

border-color css

<style>
 span { border-color: #47312E; }

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

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