Html Css Color HEX #462C02 Clinker

📋 copy color: '#462C02'

red 70 ◦ green 44 ◦ blue 2

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

Shades of Clinker #462C02

Tints of Clinker #462C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 60.34%
G = 37.93%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#462C02 (or 0x462C02) is known color: Clinker. HEX triplet: 46, 2C and 02. RGB value is (70,44,2). Sum of RGB (Red+Green+Blue) = 70+44+2=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #462C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C02 is #B9D3FD. Grayscale: #2F2F2F. Windows color (decimal): -12178430 or 142406. OLE color: 142406.

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

Color convert

RGB 70 44 2 -
CMYK 0 0.37 0.97 0.73
HSL 37.06º 0.94% 0.14% -
HSV(B) 37.06º 0.97% 0.27% -
XYZ 3.44 3.11 0.48 -
YUV 46.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 70 44 2 0 0.37 0.97 0.73 37.06 0.94 0.14
Hex 46 2C 2 0 25 61 49 25 5E E
Octal 106 54 2 0 45 141 111 45 136 16
Binary 1000110 101100 10 0 100101 1100001 1001001 100101 1011110 1110

Color Harmonies of #462C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C02

Black with #462C02

Text Example


Text Example

White with #462C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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