Html Css Color HEX #353007 Maire

📋 copy color: '#353007'

red 53 ◦ green 48 ◦ blue 7

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

Shades of Maire #353007

Tints of Maire #353007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.44%

 BLUE value IS 7 (3.13% from 255) = 6.48%

R = 49.07%
G = 44.44%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#353007 (or 0x353007) is known color: Maire. HEX triplet: 35, 30 and 07. RGB value is (53,48,7). Sum of RGB (Red+Green+Blue) = 53+48+7=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #353007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353007 is #CACFF8. Grayscale: #2C2C2C. Windows color (decimal): -13291513 or 471093. OLE color: 471093.

HSL color Cylindrical-coordinate representation of color #353007: hue angle of 53.48º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #353007 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 7 -
CMYK 0 0.09 0.87 0.79
HSL 53.48º 0.77% 0.12% -
HSV(B) 53.48º 0.87% 0.21% -
XYZ 2.56 2.89 0.62 -
YUV 44.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 53 48 7 0 0.09 0.87 0.79 53.48 0.77 0.12
Hex 35 30 7 0 9 57 4F 35 4D C
Octal 65 60 7 0 11 127 117 65 115 14
Binary 110101 110000 111 0 1001 1010111 1001111 110101 1001101 1100

Color Harmonies of #353007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353007

Black with #353007

Text Example


Text Example

White with #353007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353007; }

 p { color: rgb(53,48,7); }

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

background-color css

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

 a { background-color: rgb(53,48,7); }

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

border-color css

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

 span { border-color: rgb(53,48,7); }

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