Html Css Color HEX #453F10 Madras

📋 copy color: '#453F10'

red 69 ◦ green 63 ◦ blue 16

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

Shades of Madras #453F10

Tints of Madras #453F10

RGB

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

 GREEN value IS 63 (25% from 255) = 42.57%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 46.62%
G = 42.57%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#453F10 (or 0x453F10) is known color: Madras. HEX triplet: 45, 3F and 10. RGB value is (69,63,16). Sum of RGB (Red+Green+Blue) = 69+63+16=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #453F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F10 is #BAC0EF. Grayscale: #3B3B3B. Windows color (decimal): -12239088 or 1064773. OLE color: 1064773.

HSL color Cylindrical-coordinate representation of color #453F10: hue angle of 53.21º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #453F10 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 63 16 -
CMYK 0 0.09 0.77 0.73
HSL 53.21º 0.62% 0.17% -
HSV(B) 53.21º 0.77% 0.27% -
XYZ 4.33 4.86 1.2 -
YUV 59.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 69 63 16 0 0.09 0.77 0.73 53.21 0.62 0.17
Hex 45 3F 10 0 9 4D 49 35 3E 11
Octal 105 77 20 0 11 115 111 65 76 21
Binary 1000101 111111 10000 0 1001 1001101 1001001 110101 111110 10001

Color Harmonies of #453F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F10

Black with #453F10

Text Example


Text Example

White with #453F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,63,16); }

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

background-color css

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

 a { background-color: rgb(69,63,16); }

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

border-color css

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

 span { border-color: rgb(69,63,16); }

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