Html Css Color HEX #473010 Clinker

📋 copy color: '#473010'

red 71 ◦ green 48 ◦ blue 16

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

Shades of Clinker #473010

Tints of Clinker #473010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 52.59%
G = 35.56%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473010 (or 0x473010) is known color: Clinker. HEX triplet: 47, 30 and 10. RGB value is (71,48,16). Sum of RGB (Red+Green+Blue) = 71+48+16=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473010 is #B8CFEF. Grayscale: #333333. Windows color (decimal): -12111856 or 1060935. OLE color: 1060935.

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

Color convert

RGB 71 48 16 -
CMYK 0 0.32 0.77 0.72
HSL 34.91º 0.63% 0.17% -
HSV(B) 34.91º 0.77% 0.28% -
XYZ 3.75 3.49 0.97 -
YUV 51.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 71 48 16 0 0.32 0.77 0.72 34.91 0.63 0.17
Hex 47 30 10 0 20 4D 48 23 3F 11
Octal 107 60 20 0 40 115 110 43 77 21
Binary 1000111 110000 10000 0 100000 1001101 1001000 100011 111111 10001

Color Harmonies of #473010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473010

Black with #473010

Text Example


Text Example

White with #473010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473010; }

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

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

background-color css

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

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

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

border-color css

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

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

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