Html Css Color HEX #463218 Clinker

📋 copy color: '#463218'

red 70 ◦ green 50 ◦ blue 24

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

Shades of Clinker #463218

Tints of Clinker #463218

RGB

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

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

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

R = 48.61%
G = 34.72%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463218 (or 0x463218) is known color: Clinker. HEX triplet: 46, 32 and 18. RGB value is (70,50,24). Sum of RGB (Red+Green+Blue) = 70+50+24=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463218 is #B9CDE7. Grayscale: #353535. Windows color (decimal): -12176872 or 1585734. OLE color: 1585734.

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

Color convert

RGB 70 50 24 -
CMYK 0 0.29 0.66 0.73
HSL 33.91º 0.49% 0.18% -
HSV(B) 33.91º 0.66% 0.27% -
XYZ 3.83 3.65 1.37 -
YUV 53.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 70 50 24 0 0.29 0.66 0.73 33.91 0.49 0.18
Hex 46 32 18 0 1D 42 49 22 31 12
Octal 106 62 30 0 35 102 111 42 61 22
Binary 1000110 110010 11000 0 11101 1000010 1001001 100010 110001 10010

Color Harmonies of #463218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463218

Black with #463218

Text Example


Text Example

White with #463218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463218; }

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

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

background-color css

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

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

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

border-color css

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

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

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