Html Css Color HEX #462F17 Clinker

📋 copy color: '#462F17'

red 70 ◦ green 47 ◦ blue 23

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

Shades of Clinker #462F17

Tints of Clinker #462F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 50%
G = 33.57%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#462F17 (or 0x462F17) is known color: Clinker. HEX triplet: 46, 2F and 17. RGB value is (70,47,23). Sum of RGB (Red+Green+Blue) = 70+47+23=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F17 is #B9D0E8. Grayscale: #333333. Windows color (decimal): -12177641 or 1519430. OLE color: 1519430.

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

Color convert

RGB 70 47 23 -
CMYK 0 0.33 0.67 0.73
HSL 30.64º 0.51% 0.18% -
HSV(B) 30.64º 0.67% 0.27% -
XYZ 3.7 3.4 1.27 -
YUV 51.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 70 47 23 0 0.33 0.67 0.73 30.64 0.51 0.18
Hex 46 2F 17 0 21 43 49 1F 33 12
Octal 106 57 27 0 41 103 111 37 63 22
Binary 1000110 101111 10111 0 100001 1000011 1001001 11111 110011 10010

Color Harmonies of #462F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F17

Black with #462F17

Text Example


Text Example

White with #462F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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