Html Css Color HEX #463318 Clinker

📋 copy color: '#463318'

red 70 ◦ green 51 ◦ blue 24

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

Shades of Clinker #463318

Tints of Clinker #463318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 48.28%
G = 35.17%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463318 (or 0x463318) is known color: Clinker. HEX triplet: 46, 33 and 18. RGB value is (70,51,24). Sum of RGB (Red+Green+Blue) = 70+51+24=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463318 is #B9CCE7. Grayscale: #353535. Windows color (decimal): -12176616 or 1585990. OLE color: 1585990.

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

Color convert

RGB 70 51 24 -
CMYK 0 0.27 0.66 0.73
HSL 35.22º 0.49% 0.18% -
HSV(B) 35.22º 0.66% 0.27% -
XYZ 3.87 3.74 1.38 -
YUV 53.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 70 51 24 0 0.27 0.66 0.73 35.22 0.49 0.18
Hex 46 33 18 0 1B 42 49 23 31 12
Octal 106 63 30 0 33 102 111 43 61 22
Binary 1000110 110011 11000 0 11011 1000010 1001001 100011 110001 10010

Color Harmonies of #463318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463318

Black with #463318

Text Example


Text Example

White with #463318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463318; }

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

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

background-color css

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

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

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

border-color css

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

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

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