Html Css Color HEX #463418 Clinker

📋 copy color: '#463418'

red 70 ◦ green 52 ◦ blue 24

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

Shades of Clinker #463418

Tints of Clinker #463418

RGB

 RED value IS 70 (27.73% from 255) = 47.95%

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

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

R = 47.95%
G = 35.62%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463418 (or 0x463418) is known color: Clinker. HEX triplet: 46, 34 and 18. RGB value is (70,52,24). Sum of RGB (Red+Green+Blue) = 70+52+24=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463418 is #B9CBE7. Grayscale: #363636. Windows color (decimal): -12176360 or 1586246. OLE color: 1586246.

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

Color convert

RGB 70 52 24 -
CMYK 0 0.26 0.66 0.73
HSL 36.52º 0.49% 0.18% -
HSV(B) 36.52º 0.66% 0.27% -
XYZ 3.92 3.82 1.4 -
YUV 54.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 70 52 24 0 0.26 0.66 0.73 36.52 0.49 0.18
Hex 46 34 18 0 1A 42 49 25 31 12
Octal 106 64 30 0 32 102 111 45 61 22
Binary 1000110 110100 11000 0 11010 1000010 1001001 100101 110001 10010

Color Harmonies of #463418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463418

Black with #463418

Text Example


Text Example

White with #463418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463418; }

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

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

background-color css

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

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

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

border-color css

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

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

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