Html Css Color HEX #352C09 Maire

📋 copy color: '#352C09'

red 53 ◦ green 44 ◦ blue 9

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

Shades of Maire #352C09

Tints of Maire #352C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.51%

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

R = 50%
G = 41.51%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352C09 (or 0x352C09) is known color: Maire. HEX triplet: 35, 2C and 09. RGB value is (53,44,9). Sum of RGB (Red+Green+Blue) = 53+44+9=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C09 is #CAD3F6. Grayscale: #2A2A2A. Windows color (decimal): -13292535 or 601141. OLE color: 601141.

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

Color convert

RGB 53 44 9 -
CMYK 0 0.17 0.83 0.79
HSL 47.73º 0.71% 0.12% -
HSV(B) 47.73º 0.83% 0.21% -
XYZ 2.42 2.58 0.63 -
YUV 42.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 53 44 9 0 0.17 0.83 0.79 47.73 0.71 0.12
Hex 35 2C 9 0 11 53 4F 30 47 C
Octal 65 54 11 0 21 123 117 60 107 14
Binary 110101 101100 1001 0 10001 1010011 1001111 110000 1000111 1100

Color Harmonies of #352C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C09

Black with #352C09

Text Example


Text Example

White with #352C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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