Html Css Color HEX #453702 Madras

📋 copy color: '#453702'

red 69 ◦ green 55 ◦ blue 2

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

Shades of Madras #453702

Tints of Madras #453702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

 BLUE value IS 2 (1.17% from 255) = 1.59%

R = 54.76%
G = 43.65%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#453702 (or 0x453702) is known color: Madras. HEX triplet: 45, 37 and 02. RGB value is (69,55,2). Sum of RGB (Red+Green+Blue) = 69+55+2=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #453702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453702 is #BAC8FD. Grayscale: #353535. Windows color (decimal): -12241150 or 145221. OLE color: 145221.

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

Color convert

RGB 69 55 2 -
CMYK 0 0.20 0.97 0.73
HSL 47.46º 0.94% 0.14% -
HSV(B) 47.46º 0.97% 0.27% -
XYZ 3.83 4 0.63 -
YUV 53.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 69 55 2 0 0.20 0.97 0.73 47.46 0.94 0.14
Hex 45 37 2 0 14 61 49 2F 5E E
Octal 105 67 2 0 24 141 111 57 136 16
Binary 1000101 110111 10 0 10100 1100001 1001001 101111 1011110 1110

Color Harmonies of #453702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453702

Black with #453702

Text Example


Text Example

White with #453702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453702; }

 p { color: rgb(69,55,2); }

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

background-color css

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

 a { background-color: rgb(69,55,2); }

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

border-color css

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

 span { border-color: rgb(69,55,2); }

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