Html Css Color HEX #463725 Clinker

📋 copy color: '#463725'

red 70 ◦ green 55 ◦ blue 37

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

Shades of Clinker #463725

Tints of Clinker #463725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.95%

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

R = 43.21%
G = 33.95%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463725 (or 0x463725) is known color: Clinker. HEX triplet: 46, 37 and 25. RGB value is (70,55,37). Sum of RGB (Red+Green+Blue) = 70+55+37=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463725 is #B9C8DA. Grayscale: #393939. Windows color (decimal): -12175579 or 2438982. OLE color: 2438982.

HSL color Cylindrical-coordinate representation of color #463725: hue angle of 32.73º 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 #463725 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 37 -
CMYK 0 0.21 0.47 0.73
HSL 32.73º 0.31% 0.21% -
HSV(B) 32.73º 0.47% 0.27% -
XYZ 4.23 4.17 2.33 -
YUV 57.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 70 55 37 0 0.21 0.47 0.73 32.73 0.31 0.21
Hex 46 37 25 0 15 2F 49 21 1F 15
Octal 106 67 45 0 25 57 111 41 37 25
Binary 1000110 110111 100101 0 10101 101111 1001001 100001 11111 10101

Color Harmonies of #463725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463725

Black with #463725

Text Example


Text Example

White with #463725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463725; }

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

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

background-color css

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

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

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

border-color css

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

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

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