Html Css Color HEX #473310 Clinker

📋 copy color: '#473310'

red 71 ◦ green 51 ◦ blue 16

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

Shades of Clinker #473310

Tints of Clinker #473310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 51.45%
G = 36.96%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473310 (or 0x473310) is known color: Clinker. HEX triplet: 47, 33 and 10. RGB value is (71,51,16). Sum of RGB (Red+Green+Blue) = 71+51+16=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #473310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473310 is #B8CCEF. Grayscale: #353535. Windows color (decimal): -12111088 or 1061703. OLE color: 1061703.

HSL color Cylindrical-coordinate representation of color #473310: hue angle of 38.18º 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 #473310 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 51 16 -
CMYK 0 0.28 0.77 0.72
HSL 38.18º 0.63% 0.17% -
HSV(B) 38.18º 0.77% 0.28% -
XYZ 3.88 3.74 1.01 -
YUV 52.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 71 51 16 0 0.28 0.77 0.72 38.18 0.63 0.17
Hex 47 33 10 0 1C 4D 48 26 3F 11
Octal 107 63 20 0 34 115 110 46 77 21
Binary 1000111 110011 10000 0 11100 1001101 1001000 100110 111111 10001

Color Harmonies of #473310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473310

Black with #473310

Text Example


Text Example

White with #473310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473310; }

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

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

background-color css

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

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

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

border-color css

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

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

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