Html Css Color HEX #462E14 Clinker

📋 copy color: '#462E14'

red 70 ◦ green 46 ◦ blue 20

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

Shades of Clinker #462E14

Tints of Clinker #462E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.82%

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 51.47%
G = 33.82%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#462E14 (or 0x462E14) is known color: Clinker. HEX triplet: 46, 2E and 14. RGB value is (70,46,20). Sum of RGB (Red+Green+Blue) = 70+46+20=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #462E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E14 is #B9D1EB. Grayscale: #323232. Windows color (decimal): -12177900 or 1322566. OLE color: 1322566.

HSL color Cylindrical-coordinate representation of color #462E14: hue angle of 31.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462E14 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 46 20 -
CMYK 0 0.34 0.71 0.73
HSL 31.2º 0.56% 0.18% -
HSV(B) 31.2º 0.71% 0.27% -
XYZ 3.63 3.31 1.11 -
YUV 50.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 70 46 20 0 0.34 0.71 0.73 31.2 0.56 0.18
Hex 46 2E 14 0 22 47 49 1F 38 12
Octal 106 56 24 0 42 107 111 37 70 22
Binary 1000110 101110 10100 0 100010 1000111 1001001 11111 111000 10010

Color Harmonies of #462E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E14

Black with #462E14

Text Example


Text Example

White with #462E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E14; }

 p { color: rgb(70,46,20); }

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

background-color css

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

 a { background-color: rgb(70,46,20); }

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

border-color css

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

 span { border-color: rgb(70,46,20); }

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