Html Css Color HEX #330B04 Seal Brown

📋 copy color: '#330B04'

red 51 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #330B04

Tints of Seal Brown #330B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.67%

 BLUE value IS 4 (1.95% from 255) = 6.06%

R = 77.27%
G = 16.67%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#330B04 (or 0x330B04) is known color: Seal Brown. HEX triplet: 33, 0B and 04. RGB value is (51,11,4). Sum of RGB (Red+Green+Blue) = 51+11+4=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #330B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B04 is #CCF4FB. Grayscale: #161616. Windows color (decimal): -13432060 or 265011. OLE color: 265011.

HSL color Cylindrical-coordinate representation of color #330B04: hue angle of 8.94º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330B04 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 11 4 -
CMYK 0 0.78 0.92 0.8
HSL 8.94º 0.85% 0.11% -
HSV(B) 8.94º 0.92% 0.2% -
XYZ 1.51 0.95 0.22 -
YUV 22.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 51 11 4 0 0.78 0.92 0.8 8.94 0.85 0.11
Hex 33 B 4 0 4E 5C 50 9 55 B
Octal 63 13 4 0 116 134 120 11 125 13
Binary 110011 1011 100 0 1001110 1011100 1010000 1001 1010101 1011

Color Harmonies of #330B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B04

Black with #330B04

Text Example


Text Example

White with #330B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,11,4); }

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

background-color css

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

 a { background-color: rgb(51,11,4); }

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

border-color css

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

 span { border-color: rgb(51,11,4); }

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