Html Css Color HEX #462C04 Clinker

📋 copy color: '#462C04'

red 70 ◦ green 44 ◦ blue 4

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

Shades of Clinker #462C04

Tints of Clinker #462C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.29%

 BLUE value IS 4 (1.95% from 255) = 3.39%

R = 59.32%
G = 37.29%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#462C04 (or 0x462C04) is known color: Clinker. HEX triplet: 46, 2C and 04. RGB value is (70,44,4). Sum of RGB (Red+Green+Blue) = 70+44+4=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #462C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C04 is #B9D3FB. Grayscale: #2F2F2F. Windows color (decimal): -12178428 or 273478. OLE color: 273478.

HSL color Cylindrical-coordinate representation of color #462C04: hue angle of 36.36º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #462C04 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 44 4 -
CMYK 0 0.37 0.94 0.73
HSL 36.36º 0.89% 0.15% -
HSV(B) 36.36º 0.94% 0.27% -
XYZ 3.45 3.11 0.53 -
YUV 47.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 70 44 4 0 0.37 0.94 0.73 36.36 0.89 0.15
Hex 46 2C 4 0 25 5E 49 24 59 F
Octal 106 54 4 0 45 136 111 44 131 17
Binary 1000110 101100 100 0 100101 1011110 1001001 100100 1011001 1111

Color Harmonies of #462C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C04

Black with #462C04

Text Example


Text Example

White with #462C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,44,4); }

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

background-color css

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

 a { background-color: rgb(70,44,4); }

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

border-color css

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

 span { border-color: rgb(70,44,4); }

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