Html Css Color HEX #473418 Clinker

📋 copy color: '#473418'

red 71 ◦ green 52 ◦ blue 24

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

Shades of Clinker #473418

Tints of Clinker #473418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.33%

R = 48.3%
G = 35.37%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#473418 (or 0x473418) is known color: Clinker. HEX triplet: 47, 34 and 18. RGB value is (71,52,24). Sum of RGB (Red+Green+Blue) = 71+52+24=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #473418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473418 is #B8CBE7. Grayscale: #363636. Windows color (decimal): -12110824 or 1586247. OLE color: 1586247.

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

Color convert

RGB 71 52 24 -
CMYK 0 0.27 0.66 0.72
HSL 35.74º 0.49% 0.19% -
HSV(B) 35.74º 0.66% 0.28% -
XYZ 3.99 3.86 1.4 -
YUV 54.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 71 52 24 0 0.27 0.66 0.72 35.74 0.49 0.19
Hex 47 34 18 0 1B 42 48 24 31 13
Octal 107 64 30 0 33 102 110 44 61 23
Binary 1000111 110100 11000 0 11011 1000010 1001000 100100 110001 10011

Color Harmonies of #473418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473418

Black with #473418

Text Example


Text Example

White with #473418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473418; }

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

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

background-color css

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

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

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

border-color css

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

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

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