Html Css Color HEX #353008 Maire

📋 copy color: '#353008'

red 53 ◦ green 48 ◦ blue 8

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

Shades of Maire #353008

Tints of Maire #353008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 48.62%
G = 44.04%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#353008 (or 0x353008) is known color: Maire. HEX triplet: 35, 30 and 08. RGB value is (53,48,8). Sum of RGB (Red+Green+Blue) = 53+48+8=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #353008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353008 is #CACFF7. Grayscale: #2D2D2D. Windows color (decimal): -13291512 or 536629. OLE color: 536629.

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

Color convert

RGB 53 48 8 -
CMYK 0 0.09 0.85 0.79
HSL 53.33º 0.74% 0.12% -
HSV(B) 53.33º 0.85% 0.21% -
XYZ 2.57 2.89 0.65 -
YUV 44.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 53 48 8 0 0.09 0.85 0.79 53.33 0.74 0.12
Hex 35 30 8 0 9 55 4F 35 4A C
Octal 65 60 10 0 11 125 117 65 112 14
Binary 110101 110000 1000 0 1001 1010101 1001111 110101 1001010 1100

Color Harmonies of #353008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353008

Black with #353008

Text Example


Text Example

White with #353008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353008; }

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

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

background-color css

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

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

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

border-color css

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

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

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