Html Css Color HEX #463625 Clinker

📋 copy color: '#463625'

red 70 ◦ green 54 ◦ blue 37

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

Shades of Clinker #463625

Tints of Clinker #463625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

 BLUE value IS 37 (14.84% from 255) = 22.98%

R = 43.48%
G = 33.54%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463625 (or 0x463625) is known color: Clinker. HEX triplet: 46, 36 and 25. RGB value is (70,54,37). Sum of RGB (Red+Green+Blue) = 70+54+37=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463625 is #B9C9DA. Grayscale: #383838. Windows color (decimal): -12175835 or 2438726. OLE color: 2438726.

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

Color convert

RGB 70 54 37 -
CMYK 0 0.23 0.47 0.73
HSL 30.91º 0.31% 0.21% -
HSV(B) 30.91º 0.47% 0.27% -
XYZ 4.18 4.07 2.32 -
YUV 56.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 70 54 37 0 0.23 0.47 0.73 30.91 0.31 0.21
Hex 46 36 25 0 17 2F 49 1F 1F 15
Octal 106 66 45 0 27 57 111 37 37 25
Binary 1000110 110110 100101 0 10111 101111 1001001 11111 11111 10101

Color Harmonies of #463625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463625

Black with #463625

Text Example


Text Example

White with #463625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463625; }

 p { color: rgb(70,54,37); }

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

background-color css

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

 a { background-color: rgb(70,54,37); }

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

border-color css

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

 span { border-color: rgb(70,54,37); }

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