Html Css Color HEX #45380E Madras

📋 copy color: '#45380E'

red 69 ◦ green 56 ◦ blue 14

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

Shades of Madras #45380E

Tints of Madras #45380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.29%

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

R = 49.64%
G = 40.29%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#45380E (or 0x45380E) is known color: Madras. HEX triplet: 45, 38 and 0E. RGB value is (69,56,14). Sum of RGB (Red+Green+Blue) = 69+56+14=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #45380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45380E is #BAC7F1. Grayscale: #373737. Windows color (decimal): -12240882 or 931909. OLE color: 931909.

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

Color convert

RGB 69 56 14 -
CMYK 0 0.19 0.80 0.73
HSL 45.82º 0.66% 0.16% -
HSV(B) 45.82º 0.8% 0.27% -
XYZ 3.95 4.13 1 -
YUV 55.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 69 56 14 0 0.19 0.80 0.73 45.82 0.66 0.16
Hex 45 38 E 0 13 50 49 2E 42 10
Octal 105 70 16 0 23 120 111 56 102 20
Binary 1000101 111000 1110 0 10011 1010000 1001001 101110 1000010 10000

Color Harmonies of #45380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45380E

Black with #45380E

Text Example


Text Example

White with #45380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45380E; }

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

 H1.HeaderClassName
 {
   color: #45380E;
 }
 .AnyTagClassName
 {
   color: #45380E;
 }
</style>

background-color css

<style>
 a { background-color: #45380E; }

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

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

border-color css

<style>
 span { border-color: #45380E; }

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

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