Html Css Color HEX #352C0E Maire

📋 copy color: '#352C0E'

red 53 ◦ green 44 ◦ blue 14

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

Shades of Maire #352C0E

Tints of Maire #352C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 47.75%
G = 39.64%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#352C0E (or 0x352C0E) is known color: Maire. HEX triplet: 35, 2C and 0E. RGB value is (53,44,14). Sum of RGB (Red+Green+Blue) = 53+44+14=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C0E is #CAD3F1. Grayscale: #2B2B2B. Windows color (decimal): -13292530 or 928821. OLE color: 928821.

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

Color convert

RGB 53 44 14 -
CMYK 0 0.17 0.74 0.79
HSL 46.15º 0.58% 0.13% -
HSV(B) 46.15º 0.74% 0.21% -
XYZ 2.45 2.59 0.79 -
YUV 43.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 53 44 14 0 0.17 0.74 0.79 46.15 0.58 0.13
Hex 35 2C E 0 11 4A 4F 2E 3A D
Octal 65 54 16 0 21 112 117 56 72 15
Binary 110101 101100 1110 0 10001 1001010 1001111 101110 111010 1101

Color Harmonies of #352C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C0E

Black with #352C0E

Text Example


Text Example

White with #352C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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