Html Css Color HEX #330D0C Seal Brown

📋 copy color: '#330D0C'

red 51 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #330D0C

Tints of Seal Brown #330D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 67.11%
G = 17.11%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#330D0C (or 0x330D0C) is known color: Seal Brown. HEX triplet: 33, 0D and 0C. RGB value is (51,13,12). Sum of RGB (Red+Green+Blue) = 51+13+12=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #330D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D0C is #CCF2F3. Grayscale: #181818. Windows color (decimal): -13431540 or 789811. OLE color: 789811.

HSL color Cylindrical-coordinate representation of color #330D0C: hue angle of 1.54º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330D0C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 13 12 -
CMYK 0 0.75 0.76 0.8
HSL 1.54º 0.62% 0.12% -
HSV(B) 1.54º 0.76% 0.2% -
XYZ 1.58 1.02 0.46 -
YUV 24.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 51 13 12 0 0.75 0.76 0.8 1.54 0.62 0.12
Hex 33 D C 0 4B 4C 50 2 3E C
Octal 63 15 14 0 113 114 120 2 76 14
Binary 110011 1101 1100 0 1001011 1001100 1010000 10 111110 1100

Color Harmonies of #330D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D0C

Black with #330D0C

Text Example


Text Example

White with #330D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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