Html Css Color HEX #453C1F Madras

📋 copy color: '#453C1F'

red 69 ◦ green 60 ◦ blue 31

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

Shades of Madras #453C1F

Tints of Madras #453C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 43.13%
G = 37.5%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#453C1F (or 0x453C1F) is known color: Madras. HEX triplet: 45, 3C and 1F. RGB value is (69,60,31). Sum of RGB (Red+Green+Blue) = 69+60+31=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C1F is #BAC3E0. Grayscale: #3B3B3B. Windows color (decimal): -12239841 or 2047045. OLE color: 2047045.

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

Color convert

RGB 69 60 31 -
CMYK 0 0.13 0.55 0.73
HSL 45.79º 0.38% 0.2% -
HSV(B) 45.79º 0.55% 0.27% -
XYZ 4.32 4.6 1.96 -
YUV 59.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 69 60 31 0 0.13 0.55 0.73 45.79 0.38 0.2
Hex 45 3C 1F 0 D 37 49 2E 26 14
Octal 105 74 37 0 15 67 111 56 46 24
Binary 1000101 111100 11111 0 1101 110111 1001001 101110 100110 10100

Color Harmonies of #453C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C1F

Black with #453C1F

Text Example


Text Example

White with #453C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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