Html Css Color HEX #453D0A Madras

📋 copy color: '#453D0A'

red 69 ◦ green 61 ◦ blue 10

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

Shades of Madras #453D0A

Tints of Madras #453D0A

RGB

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

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

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

R = 49.29%
G = 43.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#453D0A (or 0x453D0A) is known color: Madras. HEX triplet: 45, 3D and 0A. RGB value is (69,61,10). Sum of RGB (Red+Green+Blue) = 69+61+10=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D0A is #BAC2F5. Grayscale: #393939. Windows color (decimal): -12239606 or 671045. OLE color: 671045.

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

Color convert

RGB 69 61 10 -
CMYK 0 0.12 0.86 0.73
HSL 51.86º 0.75% 0.15% -
HSV(B) 51.86º 0.86% 0.27% -
XYZ 4.18 4.62 0.96 -
YUV 57.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 69 61 10 0 0.12 0.86 0.73 51.86 0.75 0.15
Hex 45 3D A 0 C 56 49 34 4B F
Octal 105 75 12 0 14 126 111 64 113 17
Binary 1000101 111101 1010 0 1100 1010110 1001001 110100 1001011 1111

Color Harmonies of #453D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D0A

Black with #453D0A

Text Example


Text Example

White with #453D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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