Html Css Color HEX #330C04 Seal Brown

📋 copy color: '#330C04'

red 51 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #330C04

Tints of Seal Brown #330C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.91%

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

R = 76.12%
G = 17.91%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#330C04 (or 0x330C04) is known color: Seal Brown. HEX triplet: 33, 0C and 04. RGB value is (51,12,4). Sum of RGB (Red+Green+Blue) = 51+12+4=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C04 is #CCF3FB. Grayscale: #161616. Windows color (decimal): -13431804 or 265267. OLE color: 265267.

HSL color Cylindrical-coordinate representation of color #330C04: hue angle of 10.21º 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 #330C04 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 12 4 -
CMYK 0 0.76 0.92 0.8
HSL 10.21º 0.85% 0.11% -
HSV(B) 10.21º 0.92% 0.2% -
XYZ 1.52 0.98 0.22 -
YUV 22.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 51 12 4 0 0.76 0.92 0.8 10.21 0.85 0.11
Hex 33 C 4 0 4C 5C 50 A 55 B
Octal 63 14 4 0 114 134 120 12 125 13
Binary 110011 1100 100 0 1001100 1011100 1010000 1010 1010101 1011

Color Harmonies of #330C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C04

Black with #330C04

Text Example


Text Example

White with #330C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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