Html Css Color HEX #473430 Cedar

📋 copy color: '#473430'

red 71 ◦ green 52 ◦ blue 48

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

Shades of Cedar #473430

Tints of Cedar #473430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 41.52%
G = 30.41%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#473430 (or 0x473430) is known color: Cedar. HEX triplet: 47, 34 and 30. RGB value is (71,52,48). Sum of RGB (Red+Green+Blue) = 71+52+48=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #473430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473430 is #B8CBCF. Grayscale: #393939. Windows color (decimal): -12110800 or 3159111. OLE color: 3159111.

HSL color Cylindrical-coordinate representation of color #473430: hue angle of 10.43º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473430 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 52 48 -
CMYK 0 0.27 0.32 0.72
HSL 10.43º 0.19% 0.23% -
HSV(B) 10.43º 0.32% 0.28% -
XYZ 4.36 4.01 3.34 -
YUV 57.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 71 52 48 0 0.27 0.32 0.72 10.43 0.19 0.23
Hex 47 34 30 0 1B 20 48 A 13 17
Octal 107 64 60 0 33 40 110 12 23 27
Binary 1000111 110100 110000 0 11011 100000 1001000 1010 10011 10111

Color Harmonies of #473430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473430

Black with #473430

Text Example


Text Example

White with #473430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473430; }

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

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

background-color css

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

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

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

border-color css

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

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

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