Html Css Color HEX #462F18 Clinker

📋 copy color: '#462F18'

red 70 ◦ green 47 ◦ blue 24

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

Shades of Clinker #462F18

Tints of Clinker #462F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 49.65%
G = 33.33%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462F18 (or 0x462F18) is known color: Clinker. HEX triplet: 46, 2F and 18. RGB value is (70,47,24). Sum of RGB (Red+Green+Blue) = 70+47+24=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #462F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F18 is #B9D0E7. Grayscale: #333333. Windows color (decimal): -12177640 or 1584966. OLE color: 1584966.

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

Color convert

RGB 70 47 24 -
CMYK 0 0.33 0.66 0.73
HSL 30º 0.49% 0.18% -
HSV(B) 30º 0.66% 0.27% -
XYZ 3.71 3.4 1.33 -
YUV 51.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 70 47 24 0 0.33 0.66 0.73 30 0.49 0.18
Hex 46 2F 18 0 21 42 49 1E 31 12
Octal 106 57 30 0 41 102 111 36 61 22
Binary 1000110 101111 11000 0 100001 1000010 1001001 11110 110001 10010

Color Harmonies of #462F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F18

Black with #462F18

Text Example


Text Example

White with #462F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,24); }

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

background-color css

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

 a { background-color: rgb(70,47,24); }

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

border-color css

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

 span { border-color: rgb(70,47,24); }

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