Html Css Color HEX #473009 Clinker

📋 copy color: '#473009'

red 71 ◦ green 48 ◦ blue 9

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

Shades of Clinker #473009

Tints of Clinker #473009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 55.47%
G = 37.5%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#473009 (or 0x473009) is known color: Clinker. HEX triplet: 47, 30 and 09. RGB value is (71,48,9). Sum of RGB (Red+Green+Blue) = 71+48+9=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #473009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473009 is #B8CFF6. Grayscale: #323232. Windows color (decimal): -12111863 or 602183. OLE color: 602183.

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

Color convert

RGB 71 48 9 -
CMYK 0 0.32 0.87 0.72
HSL 37.74º 0.78% 0.16% -
HSV(B) 37.74º 0.87% 0.28% -
XYZ 3.7 3.47 0.73 -
YUV 50.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 71 48 9 0 0.32 0.87 0.72 37.74 0.78 0.16
Hex 47 30 9 0 20 57 48 26 4E 10
Octal 107 60 11 0 40 127 110 46 116 20
Binary 1000111 110000 1001 0 100000 1010111 1001000 100110 1001110 10000

Color Harmonies of #473009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473009

Black with #473009

Text Example


Text Example

White with #473009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473009; }

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

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

background-color css

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

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

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

border-color css

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

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

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