Html Css Color HEX #353200 Maire

📋 copy color: '#353200'

red 53 ◦ green 50 ◦ blue 0

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

Shades of Maire #353200

Tints of Maire #353200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.46%
G = 48.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#353200 (or 0x353200) is known color: Maire. HEX triplet: 35, 32 and 00. RGB value is (53,50,0). Sum of RGB (Red+Green+Blue) = 53+50+0=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #353200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353200 is #CACDFF. Grayscale: #2D2D2D. Windows color (decimal): -13291008 or 12853. OLE color: 12853.

HSL color Cylindrical-coordinate representation of color #353200: hue angle of 56.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 0 -
CMYK 0 0.06 1 0.79
HSL 56.6º 1% 0.1% -
HSV(B) 56.6º 1% 0.21% -
XYZ 2.61 3.04 0.45 -
YUV 45.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 53 50 0 0 0.06 1 0.79 56.6 1 0.1
Hex 35 32 0 0 6 64 4F 39 64 A
Octal 65 62 0 0 6 144 117 71 144 12
Binary 110101 110010 0 0 110 1100100 1001111 111001 1100100 1010

Color Harmonies of #353200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353200

Black with #353200

Text Example


Text Example

White with #353200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353200; }

 p { color: rgb(53,50,0); }

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

background-color css

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

 a { background-color: rgb(53,50,0); }

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

border-color css

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

 span { border-color: rgb(53,50,0); }

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