Html Css Color HEX #463A26 Clinker

📋 copy color: '#463A26'

red 70 ◦ green 58 ◦ blue 38

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

Shades of Clinker #463A26

Tints of Clinker #463A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.94%

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

R = 42.17%
G = 34.94%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#463A26 (or 0x463A26) is known color: Clinker. HEX triplet: 46, 3A and 26. RGB value is (70,58,38). Sum of RGB (Red+Green+Blue) = 70+58+38=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A26 is #B9C5D9. Grayscale: #3B3B3B. Windows color (decimal): -12174810 or 2505286. OLE color: 2505286.

HSL color Cylindrical-coordinate representation of color #463A26: hue angle of 37.5º 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 #463A26 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 58 38 -
CMYK 0 0.17 0.46 0.73
HSL 37.5º 0.3% 0.21% -
HSV(B) 37.5º 0.46% 0.27% -
XYZ 4.39 4.47 2.46 -
YUV 59.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 70 58 38 0 0.17 0.46 0.73 37.5 0.3 0.21
Hex 46 3A 26 0 11 2E 49 26 1E 15
Octal 106 72 46 0 21 56 111 46 36 25
Binary 1000110 111010 100110 0 10001 101110 1001001 100110 11110 10101

Color Harmonies of #463A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A26

Black with #463A26

Text Example


Text Example

White with #463A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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