Html Css Color HEX #352E09 Maire

📋 copy color: '#352E09'

red 53 ◦ green 46 ◦ blue 9

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

Shades of Maire #352E09

Tints of Maire #352E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.59%

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 49.07%
G = 42.59%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352E09 (or 0x352E09) is known color: Maire. HEX triplet: 35, 2E and 09. RGB value is (53,46,9). Sum of RGB (Red+Green+Blue) = 53+46+9=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #352E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E09 is #CAD1F6. Grayscale: #2C2C2C. Windows color (decimal): -13292023 or 601653. OLE color: 601653.

HSL color Cylindrical-coordinate representation of color #352E09: hue angle of 50.45º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352E09 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 46 9 -
CMYK 0 0.13 0.83 0.79
HSL 50.45º 0.71% 0.12% -
HSV(B) 50.45º 0.83% 0.21% -
XYZ 2.49 2.73 0.65 -
YUV 43.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 53 46 9 0 0.13 0.83 0.79 50.45 0.71 0.12
Hex 35 2E 9 0 D 53 4F 32 47 C
Octal 65 56 11 0 15 123 117 62 107 14
Binary 110101 101110 1001 0 1101 1010011 1001111 110010 1000111 1100

Color Harmonies of #352E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E09

Black with #352E09

Text Example


Text Example

White with #352E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,46,9); }

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

background-color css

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

 a { background-color: rgb(53,46,9); }

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

border-color css

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

 span { border-color: rgb(53,46,9); }

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