Html Css Color HEX #473218 Clinker

📋 copy color: '#473218'

red 71 ◦ green 50 ◦ blue 24

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

Shades of Clinker #473218

Tints of Clinker #473218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.48%

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

R = 48.97%
G = 34.48%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#473218 (or 0x473218) is known color: Clinker. HEX triplet: 47, 32 and 18. RGB value is (71,50,24). Sum of RGB (Red+Green+Blue) = 71+50+24=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473218 is #B8CDE7. Grayscale: #353535. Windows color (decimal): -12111336 or 1585735. OLE color: 1585735.

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

Color convert

RGB 71 50 24 -
CMYK 0 0.30 0.66 0.72
HSL 33.19º 0.49% 0.19% -
HSV(B) 33.19º 0.66% 0.28% -
XYZ 3.9 3.69 1.37 -
YUV 53.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 71 50 24 0 0.30 0.66 0.72 33.19 0.49 0.19
Hex 47 32 18 0 1E 42 48 21 31 13
Octal 107 62 30 0 36 102 110 41 61 23
Binary 1000111 110010 11000 0 11110 1000010 1001000 100001 110001 10011

Color Harmonies of #473218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473218

Black with #473218

Text Example


Text Example

White with #473218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473218; }

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

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

background-color css

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

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

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

border-color css

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

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

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