Html Css Color HEX #352A00 Maire

📋 copy color: '#352A00'

red 53 ◦ green 42 ◦ blue 0

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

Shades of Maire #352A00

Tints of Maire #352A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 44.21%

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

R = 55.79%
G = 44.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#352A00 (or 0x352A00) is known color: Maire. HEX triplet: 35, 2A and 00. RGB value is (53,42,0). Sum of RGB (Red+Green+Blue) = 53+42+0=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A00 is #CAD5FF. Grayscale: #282828. Windows color (decimal): -13293056 or 10805. OLE color: 10805.

HSL color Cylindrical-coordinate representation of color #352A00: hue angle of 47.55º 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 #352A00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 42 0 -
CMYK 0 0.21 1 0.79
HSL 47.55º 1% 0.1% -
HSV(B) 47.55º 1% 0.21% -
XYZ 2.3 2.41 0.34 -
YUV 40.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 53 42 0 0 0.21 1 0.79 47.55 1 0.1
Hex 35 2A 0 0 15 64 4F 30 64 A
Octal 65 52 0 0 25 144 117 60 144 12
Binary 110101 101010 0 0 10101 1100100 1001111 110000 1100100 1010

Color Harmonies of #352A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A00

Black with #352A00

Text Example


Text Example

White with #352A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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