Html Css Color HEX #473531 Cedar

📋 copy color: '#473531'

red 71 ◦ green 53 ◦ blue 49

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

Shades of Cedar #473531

Tints of Cedar #473531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 41.04%
G = 30.64%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#473531 (or 0x473531) is known color: Cedar. HEX triplet: 47, 35 and 31. RGB value is (71,53,49). Sum of RGB (Red+Green+Blue) = 71+53+49=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #473531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473531 is #B8CACE. Grayscale: #393939. Windows color (decimal): -12110543 or 3224903. OLE color: 3224903.

HSL color Cylindrical-coordinate representation of color #473531: hue angle of 10.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473531 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 49 -
CMYK 0 0.25 0.31 0.72
HSL 10.91º 0.18% 0.24% -
HSV(B) 10.91º 0.31% 0.28% -
XYZ 4.43 4.11 3.47 -
YUV 57.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 71 53 49 0 0.25 0.31 0.72 10.91 0.18 0.24
Hex 47 35 31 0 19 1F 48 B 12 18
Octal 107 65 61 0 31 37 110 13 22 30
Binary 1000111 110101 110001 0 11001 11111 1001000 1011 10010 11000

Color Harmonies of #473531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473531

Black with #473531

Text Example


Text Example

White with #473531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473531; }

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

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

background-color css

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

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

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

border-color css

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

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

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