Html Css Color HEX #453C0E Madras

📋 copy color: '#453C0E'

red 69 ◦ green 60 ◦ blue 14

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

Shades of Madras #453C0E

Tints of Madras #453C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.96%

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

R = 48.25%
G = 41.96%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#453C0E (or 0x453C0E) is known color: Madras. HEX triplet: 45, 3C and 0E. RGB value is (69,60,14). Sum of RGB (Red+Green+Blue) = 69+60+14=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C0E is #BAC3F1. Grayscale: #393939. Windows color (decimal): -12239858 or 932933. OLE color: 932933.

HSL color Cylindrical-coordinate representation of color #453C0E: hue angle of 50.18º 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 #453C0E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 60 14 -
CMYK 0 0.13 0.80 0.73
HSL 50.18º 0.66% 0.16% -
HSV(B) 50.18º 0.8% 0.27% -
XYZ 4.15 4.53 1.07 -
YUV 57.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 69 60 14 0 0.13 0.80 0.73 50.18 0.66 0.16
Hex 45 3C E 0 D 50 49 32 42 10
Octal 105 74 16 0 15 120 111 62 102 20
Binary 1000101 111100 1110 0 1101 1010000 1001001 110010 1000010 10000

Color Harmonies of #453C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C0E

Black with #453C0E

Text Example


Text Example

White with #453C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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