Html Css Color HEX #353019 Maire

📋 copy color: '#353019'

red 53 ◦ green 48 ◦ blue 25

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

Shades of Maire #353019

Tints of Maire #353019

RGB

 RED value IS 53 (21.09% from 255) = 42.06%

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 25 (10.16% from 255) = 19.84%

R = 42.06%
G = 38.1%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#353019 (or 0x353019) is known color: Maire. HEX triplet: 35, 30 and 19. RGB value is (53,48,25). Sum of RGB (Red+Green+Blue) = 53+48+25=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #353019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353019 is #CACFE6. Grayscale: #2E2E2E. Windows color (decimal): -13291495 or 1650741. OLE color: 1650741.

HSL color Cylindrical-coordinate representation of color #353019: hue angle of 49.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353019 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 25 -
CMYK 0 0.09 0.53 0.79
HSL 49.29º 0.36% 0.15% -
HSV(B) 49.29º 0.53% 0.21% -
XYZ 2.7 2.94 1.35 -
YUV 46.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 53 48 25 0 0.09 0.53 0.79 49.29 0.36 0.15
Hex 35 30 19 0 9 35 4F 31 24 F
Octal 65 60 31 0 11 65 117 61 44 17
Binary 110101 110000 11001 0 1001 110101 1001111 110001 100100 1111

Color Harmonies of #353019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353019

Black with #353019

Text Example


Text Example

White with #353019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353019; }

 p { color: rgb(53,48,25); }

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

background-color css

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

 a { background-color: rgb(53,48,25); }

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

border-color css

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

 span { border-color: rgb(53,48,25); }

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