Html Css Color HEX #353013 Maire

📋 copy color: '#353013'

red 53 ◦ green 48 ◦ blue 19

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

Shades of Maire #353013

Tints of Maire #353013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 44.17%
G = 40%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#353013 (or 0x353013) is known color: Maire. HEX triplet: 35, 30 and 13. RGB value is (53,48,19). Sum of RGB (Red+Green+Blue) = 53+48+19=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #353013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353013 is #CACFEC. Grayscale: #2E2E2E. Windows color (decimal): -13291501 or 1257525. OLE color: 1257525.

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

Color convert

RGB 53 48 19 -
CMYK 0 0.09 0.64 0.79
HSL 51.18º 0.47% 0.14% -
HSV(B) 51.18º 0.64% 0.21% -
XYZ 2.64 2.92 1.04 -
YUV 46.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 53 48 19 0 0.09 0.64 0.79 51.18 0.47 0.14
Hex 35 30 13 0 9 40 4F 33 2F E
Octal 65 60 23 0 11 100 117 63 57 16
Binary 110101 110000 10011 0 1001 1000000 1001111 110011 101111 1110

Color Harmonies of #353013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353013

Black with #353013

Text Example


Text Example

White with #353013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353013; }

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

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

background-color css

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

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

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

border-color css

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

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

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