Html Css Color HEX #35300D Maire

📋 copy color: '#35300D'

red 53 ◦ green 48 ◦ blue 13

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

Shades of Maire #35300D

Tints of Maire #35300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.4%

R = 46.49%
G = 42.11%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#35300D (or 0x35300D) is known color: Maire. HEX triplet: 35, 30 and 0D. RGB value is (53,48,13). Sum of RGB (Red+Green+Blue) = 53+48+13=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35300D is #CACFF2. Grayscale: #2D2D2D. Windows color (decimal): -13291507 or 864309. OLE color: 864309.

HSL color Cylindrical-coordinate representation of color #35300D: hue angle of 52.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35300D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 13 -
CMYK 0 0.09 0.75 0.79
HSL 52.5º 0.61% 0.13% -
HSV(B) 52.5º 0.75% 0.21% -
XYZ 2.6 2.9 0.8 -
YUV 45.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 53 48 13 0 0.09 0.75 0.79 52.5 0.61 0.13
Hex 35 30 D 0 9 4B 4F 34 3D D
Octal 65 60 15 0 11 113 117 64 75 15
Binary 110101 110000 1101 0 1001 1001011 1001111 110100 111101 1101

Color Harmonies of #35300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35300D

Black with #35300D

Text Example


Text Example

White with #35300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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