Html Css Color HEX #33300D Maire

📋 copy color: '#33300D'

red 51 ◦ green 48 ◦ blue 13

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

Shades of Maire #33300D

Tints of Maire #33300D

RGB

 RED value IS 51 (20.31% from 255) = 45.54%

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

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

R = 45.54%
G = 42.86%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#33300D (or 0x33300D) is known color: Maire. HEX triplet: 33, 30 and 0D. RGB value is (51,48,13). Sum of RGB (Red+Green+Blue) = 51+48+13=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #33300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33300D is #CCCFF2. Grayscale: #2D2D2D. Windows color (decimal): -13422579 or 864307. OLE color: 864307.

HSL color Cylindrical-coordinate representation of color #33300D: hue angle of 55.26º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33300D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 48 13 -
CMYK 0 0.06 0.75 0.8
HSL 55.26º 0.59% 0.13% -
HSV(B) 55.26º 0.75% 0.2% -
XYZ 2.49 2.85 0.8 -
YUV 44.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 51 48 13 0 0.06 0.75 0.8 55.26 0.59 0.13
Hex 33 30 D 0 6 4B 50 37 3B D
Octal 63 60 15 0 6 113 120 67 73 15
Binary 110011 110000 1101 0 110 1001011 1010000 110111 111011 1101

Color Harmonies of #33300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33300D

Black with #33300D

Text Example


Text Example

White with #33300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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