Html Css Color HEX #453D06 Madras

📋 copy color: '#453D06'

red 69 ◦ green 61 ◦ blue 6

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

Shades of Madras #453D06

Tints of Madras #453D06

RGB

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

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

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

R = 50.74%
G = 44.85%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#453D06 (or 0x453D06) is known color: Madras. HEX triplet: 45, 3D and 06. RGB value is (69,61,6). Sum of RGB (Red+Green+Blue) = 69+61+6=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #453D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D06 is #BAC2F9. Grayscale: #393939. Windows color (decimal): -12239610 or 408901. OLE color: 408901.

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

Color convert

RGB 69 61 6 -
CMYK 0 0.12 0.91 0.73
HSL 52.38º 0.84% 0.15% -
HSV(B) 52.38º 0.91% 0.27% -
XYZ 4.16 4.62 0.84 -
YUV 57.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 69 61 6 0 0.12 0.91 0.73 52.38 0.84 0.15
Hex 45 3D 6 0 C 5B 49 34 54 F
Octal 105 75 6 0 14 133 111 64 124 17
Binary 1000101 111101 110 0 1100 1011011 1001001 110100 1010100 1111

Color Harmonies of #453D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D06

Black with #453D06

Text Example


Text Example

White with #453D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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