Html Css Color HEX #473018 Clinker

📋 copy color: '#473018'

red 71 ◦ green 48 ◦ blue 24

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

Shades of Clinker #473018

Tints of Clinker #473018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.57%

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

R = 49.65%
G = 33.57%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#473018 (or 0x473018) is known color: Clinker. HEX triplet: 47, 30 and 18. RGB value is (71,48,24). Sum of RGB (Red+Green+Blue) = 71+48+24=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473018 is #B8CFE7. Grayscale: #343434. Windows color (decimal): -12111848 or 1585223. OLE color: 1585223.

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

Color convert

RGB 71 48 24 -
CMYK 0 0.32 0.66 0.72
HSL 30.64º 0.49% 0.19% -
HSV(B) 30.64º 0.66% 0.28% -
XYZ 3.82 3.52 1.34 -
YUV 52.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 71 48 24 0 0.32 0.66 0.72 30.64 0.49 0.19
Hex 47 30 18 0 20 42 48 1F 31 13
Octal 107 60 30 0 40 102 110 37 61 23
Binary 1000111 110000 11000 0 100000 1000010 1001000 11111 110001 10011

Color Harmonies of #473018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473018

Black with #473018

Text Example


Text Example

White with #473018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473018; }

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

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

background-color css

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

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

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

border-color css

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

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

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