Html Css Color HEX #463824 Clinker

📋 copy color: '#463824'

red 70 ◦ green 56 ◦ blue 36

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

Shades of Clinker #463824

Tints of Clinker #463824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 43.21%
G = 34.57%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#463824 (or 0x463824) is known color: Clinker. HEX triplet: 46, 38 and 24. RGB value is (70,56,36). Sum of RGB (Red+Green+Blue) = 70+56+36=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463824 is #B9C7DB. Grayscale: #3A3A3A. Windows color (decimal): -12175324 or 2373702. OLE color: 2373702.

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

Color convert

RGB 70 56 36 -
CMYK 0 0.20 0.49 0.73
HSL 35.29º 0.32% 0.21% -
HSV(B) 35.29º 0.49% 0.27% -
XYZ 4.26 4.26 2.27 -
YUV 57.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 70 56 36 0 0.20 0.49 0.73 35.29 0.32 0.21
Hex 46 38 24 0 14 31 49 23 20 15
Octal 106 70 44 0 24 61 111 43 40 25
Binary 1000110 111000 100100 0 10100 110001 1001001 100011 100000 10101

Color Harmonies of #463824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463824

Black with #463824

Text Example


Text Example

White with #463824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463824; }

 p { color: rgb(70,56,36); }

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

background-color css

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

 a { background-color: rgb(70,56,36); }

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

border-color css

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

 span { border-color: rgb(70,56,36); }

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