Html Css Color HEX #453D0E Madras

📋 copy color: '#453D0E'

red 69 ◦ green 61 ◦ blue 14

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

Shades of Madras #453D0E

Tints of Madras #453D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.36%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 47.92%
G = 42.36%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#453D0E (or 0x453D0E) is known color: Madras. HEX triplet: 45, 3D and 0E. RGB value is (69,61,14). Sum of RGB (Red+Green+Blue) = 69+61+14=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #453D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D0E is #BAC2F1. Grayscale: #3A3A3A. Windows color (decimal): -12239602 or 933189. OLE color: 933189.

HSL color Cylindrical-coordinate representation of color #453D0E: hue angle of 51.27º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #453D0E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 61 14 -
CMYK 0 0.12 0.80 0.73
HSL 51.27º 0.66% 0.16% -
HSV(B) 51.27º 0.8% 0.27% -
XYZ 4.2 4.63 1.09 -
YUV 58.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 69 61 14 0 0.12 0.80 0.73 51.27 0.66 0.16
Hex 45 3D E 0 C 50 49 33 42 10
Octal 105 75 16 0 14 120 111 63 102 20
Binary 1000101 111101 1110 0 1100 1010000 1001001 110011 1000010 10000

Color Harmonies of #453D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D0E

Black with #453D0E

Text Example


Text Example

White with #453D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,61,14); }

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

background-color css

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

 a { background-color: rgb(69,61,14); }

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

border-color css

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

 span { border-color: rgb(69,61,14); }

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