Html Css Color HEX #453A0A Madras

📋 copy color: '#453A0A'

red 69 ◦ green 58 ◦ blue 10

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

Shades of Madras #453A0A

Tints of Madras #453A0A

RGB

 RED value IS 69 (27.34% from 255) = 50.36%

 GREEN value IS 58 (23.05% from 255) = 42.34%

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

R = 50.36%
G = 42.34%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#453A0A (or 0x453A0A) is known color: Madras. HEX triplet: 45, 3A and 0A. RGB value is (69,58,10). Sum of RGB (Red+Green+Blue) = 69+58+10=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #453A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A0A is #BAC5F5. Grayscale: #383838. Windows color (decimal): -12240374 or 670277. OLE color: 670277.

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

Color convert

RGB 69 58 10 -
CMYK 0 0.16 0.86 0.73
HSL 48.81º 0.75% 0.15% -
HSV(B) 48.81º 0.86% 0.27% -
XYZ 4.02 4.31 0.91 -
YUV 55.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 69 58 10 0 0.16 0.86 0.73 48.81 0.75 0.15
Hex 45 3A A 0 10 56 49 31 4B F
Octal 105 72 12 0 20 126 111 61 113 17
Binary 1000101 111010 1010 0 10000 1010110 1001001 110001 1001011 1111

Color Harmonies of #453A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A0A

Black with #453A0A

Text Example


Text Example

White with #453A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453A0A; }

 p { color: rgb(69,58,10); }

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

background-color css

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

 a { background-color: rgb(69,58,10); }

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

border-color css

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

 span { border-color: rgb(69,58,10); }

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