Html Css Color HEX #462635 Toledo

📋 copy color: '#462635'

red 70 ◦ green 38 ◦ blue 53

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

Shades of Toledo #462635

Tints of Toledo #462635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 43.48%
G = 23.6%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#462635 (or 0x462635) is known color: Toledo. HEX triplet: 46, 26 and 35. RGB value is (70,38,53). Sum of RGB (Red+Green+Blue) = 70+38+53=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462635 is #B9D9CA. Grayscale: #313131. Windows color (decimal): -12179915 or 3483206. OLE color: 3483206.

HSL color Cylindrical-coordinate representation of color #462635: hue angle of 331.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462635 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 38 53 -
CMYK 0 0.46 0.24 0.73
HSL 331.88º 0.3% 0.21% -
HSV(B) 331.88º 0.46% 0.27% -
XYZ 3.86 2.95 3.73 -
YUV 49.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 70 38 53 0 0.46 0.24 0.73 331.88 0.3 0.21
Hex 46 26 35 0 2E 18 49 14C 1E 15
Octal 106 46 65 0 56 30 111 514 36 25
Binary 1000110 100110 110101 0 101110 11000 1001001 101001100 11110 10101

Color Harmonies of #462635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462635

Black with #462635

Text Example


Text Example

White with #462635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462635; }

 p { color: rgb(70,38,53); }

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

background-color css

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

 a { background-color: rgb(70,38,53); }

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

border-color css

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

 span { border-color: rgb(70,38,53); }

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