Html Css Color HEX #453C04 Madras

📋 copy color: '#453C04'

red 69 ◦ green 60 ◦ blue 4

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

Shades of Madras #453C04

Tints of Madras #453C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 51.88%
G = 45.11%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#453C04 (or 0x453C04) is known color: Madras. HEX triplet: 45, 3C and 04. RGB value is (69,60,4). Sum of RGB (Red+Green+Blue) = 69+60+4=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #453C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C04 is #BAC3FB. Grayscale: #383838. Windows color (decimal): -12239868 or 277573. OLE color: 277573.

HSL color Cylindrical-coordinate representation of color #453C04: hue angle of 51.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #453C04 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 60 4 -
CMYK 0 0.13 0.94 0.73
HSL 51.69º 0.89% 0.14% -
HSV(B) 51.69º 0.94% 0.27% -
XYZ 4.09 4.51 0.77 -
YUV 56.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 69 60 4 0 0.13 0.94 0.73 51.69 0.89 0.14
Hex 45 3C 4 0 D 5E 49 34 59 E
Octal 105 74 4 0 15 136 111 64 131 16
Binary 1000101 111100 100 0 1101 1011110 1001001 110100 1011001 1110

Color Harmonies of #453C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C04

Black with #453C04

Text Example


Text Example

White with #453C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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