Html Css Color HEX #473118 Clinker

📋 copy color: '#473118'

red 71 ◦ green 49 ◦ blue 24

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

Shades of Clinker #473118

Tints of Clinker #473118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.03%

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

R = 49.31%
G = 34.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#473118 (or 0x473118) is known color: Clinker. HEX triplet: 47, 31 and 18. RGB value is (71,49,24). Sum of RGB (Red+Green+Blue) = 71+49+24=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #473118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473118 is #B8CEE7. Grayscale: #343434. Windows color (decimal): -12111592 or 1585479. OLE color: 1585479.

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

Color convert

RGB 71 49 24 -
CMYK 0 0.31 0.66 0.72
HSL 31.91º 0.49% 0.19% -
HSV(B) 31.91º 0.66% 0.28% -
XYZ 3.86 3.6 1.36 -
YUV 52.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 71 49 24 0 0.31 0.66 0.72 31.91 0.49 0.19
Hex 47 31 18 0 1F 42 48 20 31 13
Octal 107 61 30 0 37 102 110 40 61 23
Binary 1000111 110001 11000 0 11111 1000010 1001000 100000 110001 10011

Color Harmonies of #473118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473118

Black with #473118

Text Example


Text Example

White with #473118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473118; }

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

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

background-color css

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

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

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

border-color css

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

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

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