Html Css Color HEX #463423 Clinker

📋 copy color: '#463423'

red 70 ◦ green 52 ◦ blue 35

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

Shades of Clinker #463423

Tints of Clinker #463423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 44.59%
G = 33.12%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#463423 (or 0x463423) is known color: Clinker. HEX triplet: 46, 34 and 23. RGB value is (70,52,35). Sum of RGB (Red+Green+Blue) = 70+52+35=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463423 is #B9CBDC. Grayscale: #373737. Windows color (decimal): -12176349 or 2307142. OLE color: 2307142.

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

Color convert

RGB 70 52 35 -
CMYK 0 0.26 0.5 0.73
HSL 29.14º 0.33% 0.21% -
HSV(B) 29.14º 0.5% 0.27% -
XYZ 4.06 3.88 2.13 -
YUV 55.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 70 52 35 0 0.26 0.5 0.73 29.14 0.33 0.21
Hex 46 34 23 0 1A 32 49 1D 21 15
Octal 106 64 43 0 32 62 111 35 41 25
Binary 1000110 110100 100011 0 11010 110010 1001001 11101 100001 10101

Color Harmonies of #463423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463423

Black with #463423

Text Example


Text Example

White with #463423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463423; }

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

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

background-color css

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

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

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

border-color css

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

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

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