Html Css Color HEX #453A06 Madras

📋 copy color: '#453A06'

red 69 ◦ green 58 ◦ blue 6

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

Shades of Madras #453A06

Tints of Madras #453A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 43.61%

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 51.88%
G = 43.61%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#453A06 (or 0x453A06) is known color: Madras. HEX triplet: 45, 3A and 06. RGB value is (69,58,6). Sum of RGB (Red+Green+Blue) = 69+58+6=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #453A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A06 is #BAC5F9. Grayscale: #373737. Windows color (decimal): -12240378 or 408133. OLE color: 408133.

HSL color Cylindrical-coordinate representation of color #453A06: hue angle of 49.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #453A06 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 58 6 -
CMYK 0 0.16 0.91 0.73
HSL 49.52º 0.84% 0.15% -
HSV(B) 49.52º 0.91% 0.27% -
XYZ 4 4.3 0.79 -
YUV 55.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 69 58 6 0 0.16 0.91 0.73 49.52 0.84 0.15
Hex 45 3A 6 0 10 5B 49 32 54 F
Octal 105 72 6 0 20 133 111 62 124 17
Binary 1000101 111010 110 0 10000 1011011 1001001 110010 1010100 1111

Color Harmonies of #453A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A06

Black with #453A06

Text Example


Text Example

White with #453A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,58,6); }

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

background-color css

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

 a { background-color: rgb(69,58,6); }

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

border-color css

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

 span { border-color: rgb(69,58,6); }

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