Html Css Color HEX #463417 Clinker

📋 copy color: '#463417'

red 70 ◦ green 52 ◦ blue 23

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

Shades of Clinker #463417

Tints of Clinker #463417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.86%

R = 48.28%
G = 35.86%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#463417 (or 0x463417) is known color: Clinker. HEX triplet: 46, 34 and 17. RGB value is (70,52,23). Sum of RGB (Red+Green+Blue) = 70+52+23=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463417 is #B9CBE8. Grayscale: #363636. Windows color (decimal): -12176361 or 1520710. OLE color: 1520710.

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

Color convert

RGB 70 52 23 -
CMYK 0 0.26 0.67 0.73
HSL 37.02º 0.51% 0.18% -
HSV(B) 37.02º 0.67% 0.27% -
XYZ 3.91 3.82 1.34 -
YUV 54.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 70 52 23 0 0.26 0.67 0.73 37.02 0.51 0.18
Hex 46 34 17 0 1A 43 49 25 33 12
Octal 106 64 27 0 32 103 111 45 63 22
Binary 1000110 110100 10111 0 11010 1000011 1001001 100101 110011 10010

Color Harmonies of #463417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463417

Black with #463417

Text Example


Text Example

White with #463417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463417; }

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

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

background-color css

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

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

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

border-color css

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

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

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