Html Css Color HEX #463826 Clinker

📋 copy color: '#463826'

red 70 ◦ green 56 ◦ blue 38

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

Shades of Clinker #463826

Tints of Clinker #463826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 42.68%
G = 34.15%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#463826 (or 0x463826) is known color: Clinker. HEX triplet: 46, 38 and 26. RGB value is (70,56,38). Sum of RGB (Red+Green+Blue) = 70+56+38=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463826 is #B9C7D9. Grayscale: #3A3A3A. Windows color (decimal): -12175322 or 2504774. OLE color: 2504774.

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

Color convert

RGB 70 56 38 -
CMYK 0 0.20 0.46 0.73
HSL 33.75º 0.3% 0.21% -
HSV(B) 33.75º 0.46% 0.27% -
XYZ 4.29 4.27 2.43 -
YUV 58.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 70 56 38 0 0.20 0.46 0.73 33.75 0.3 0.21
Hex 46 38 26 0 14 2E 49 22 1E 15
Octal 106 70 46 0 24 56 111 42 36 25
Binary 1000110 111000 100110 0 10100 101110 1001001 100010 11110 10101

Color Harmonies of #463826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463826

Black with #463826

Text Example


Text Example

White with #463826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463826; }

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

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

background-color css

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

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

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

border-color css

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

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

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