Html Css Color HEX #462D0A Clinker

📋 copy color: '#462D0A'

red 70 ◦ green 45 ◦ blue 10

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

Shades of Clinker #462D0A

Tints of Clinker #462D0A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36%

 BLUE value IS 10 (4.3% from 255) = 8%

R = 56%
G = 36%
B = 8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#462D0A (or 0x462D0A) is known color: Clinker. HEX triplet: 46, 2D and 0A. RGB value is (70,45,10). Sum of RGB (Red+Green+Blue) = 70+45+10=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D0A is #B9D2F5. Grayscale: #303030. Windows color (decimal): -12178166 or 666950. OLE color: 666950.

HSL color Cylindrical-coordinate representation of color #462D0A: hue angle of 35º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #462D0A is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 45 10 -
CMYK 0 0.36 0.86 0.73
HSL 35º 0.75% 0.16% -
HSV(B) 35º 0.86% 0.27% -
XYZ 3.52 3.2 0.72 -
YUV 48.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 70 45 10 0 0.36 0.86 0.73 35 0.75 0.16
Hex 46 2D A 0 24 56 49 23 4B 10
Octal 106 55 12 0 44 126 111 43 113 20
Binary 1000110 101101 1010 0 100100 1010110 1001001 100011 1001011 10000

Color Harmonies of #462D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D0A

Black with #462D0A

Text Example


Text Example

White with #462D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,45,10); }

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

background-color css

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

 a { background-color: rgb(70,45,10); }

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

border-color css

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

 span { border-color: rgb(70,45,10); }

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