Html Css Color HEX #33300E Maire

📋 copy color: '#33300E'

red 51 ◦ green 48 ◦ blue 14

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

Shades of Maire #33300E

Tints of Maire #33300E

RGB

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

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

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

R = 45.13%
G = 42.48%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#33300E (or 0x33300E) is known color: Maire. HEX triplet: 33, 30 and 0E. RGB value is (51,48,14). Sum of RGB (Red+Green+Blue) = 51+48+14=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33300E is #CCCFF1. Grayscale: #2D2D2D. Windows color (decimal): -13422578 or 929843. OLE color: 929843.

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

Color convert

RGB 51 48 14 -
CMYK 0 0.06 0.73 0.8
HSL 55.14º 0.57% 0.13% -
HSV(B) 55.14º 0.73% 0.2% -
XYZ 2.5 2.85 0.83 -
YUV 45.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 51 48 14 0 0.06 0.73 0.8 55.14 0.57 0.13
Hex 33 30 E 0 6 49 50 37 39 D
Octal 63 60 16 0 6 111 120 67 71 15
Binary 110011 110000 1110 0 110 1001001 1010000 110111 111001 1101

Color Harmonies of #33300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33300E

Black with #33300E

Text Example


Text Example

White with #33300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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