Html Css Color HEX #352D00 Maire

📋 copy color: '#352D00'

red 53 ◦ green 45 ◦ blue 0

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

Shades of Maire #352D00

Tints of Maire #352D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 45.92%

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

R = 54.08%
G = 45.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#352D00 (or 0x352D00) is known color: Maire. HEX triplet: 35, 2D and 00. RGB value is (53,45,0). Sum of RGB (Red+Green+Blue) = 53+45+0=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #352D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D00 is #CAD2FF. Grayscale: #2A2A2A. Windows color (decimal): -13292288 or 11573. OLE color: 11573.

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

Color convert

RGB 53 45 0 -
CMYK 0 0.15 1 0.79
HSL 50.94º 1% 0.1% -
HSV(B) 50.94º 1% 0.21% -
XYZ 2.41 2.63 0.38 -
YUV 42.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 53 45 0 0 0.15 1 0.79 50.94 1 0.1
Hex 35 2D 0 0 F 64 4F 33 64 A
Octal 65 55 0 0 17 144 117 63 144 12
Binary 110101 101101 0 0 1111 1100100 1001111 110011 1100100 1010

Color Harmonies of #352D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D00

Black with #352D00

Text Example


Text Example

White with #352D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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