Html Css Color HEX #473518 Clinker

📋 copy color: '#473518'

red 71 ◦ green 53 ◦ blue 24

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

Shades of Clinker #473518

Tints of Clinker #473518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.81%

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

R = 47.97%
G = 35.81%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#473518 (or 0x473518) is known color: Clinker. HEX triplet: 47, 35 and 18. RGB value is (71,53,24). Sum of RGB (Red+Green+Blue) = 71+53+24=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473518 is #B8CAE7. Grayscale: #373737. Windows color (decimal): -12110568 or 1586503. OLE color: 1586503.

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

Color convert

RGB 71 53 24 -
CMYK 0 0.25 0.66 0.72
HSL 37.02º 0.49% 0.19% -
HSV(B) 37.02º 0.66% 0.28% -
XYZ 4.04 3.95 1.41 -
YUV 55.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 71 53 24 0 0.25 0.66 0.72 37.02 0.49 0.19
Hex 47 35 18 0 19 42 48 25 31 13
Octal 107 65 30 0 31 102 110 45 61 23
Binary 1000111 110101 11000 0 11001 1000010 1001000 100101 110001 10011

Color Harmonies of #473518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473518

Black with #473518

Text Example


Text Example

White with #473518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473518; }

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

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

background-color css

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

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

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

border-color css

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

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

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