Html Css Color HEX #330D08 Seal Brown

📋 copy color: '#330D08'

red 51 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #330D08

Tints of Seal Brown #330D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.11%

R = 70.83%
G = 18.06%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#330D08 (or 0x330D08) is known color: Seal Brown. HEX triplet: 33, 0D and 08. RGB value is (51,13,8). Sum of RGB (Red+Green+Blue) = 51+13+8=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D08 is #CCF2F7. Grayscale: #171717. Windows color (decimal): -13431544 or 527667. OLE color: 527667.

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

Color convert

RGB 51 13 8 -
CMYK 0 0.75 0.84 0.8
HSL 6.98º 0.73% 0.12% -
HSV(B) 6.98º 0.84% 0.2% -
XYZ 1.55 1.01 0.34 -
YUV 23.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 51 13 8 0 0.75 0.84 0.8 6.98 0.73 0.12
Hex 33 D 8 0 4B 54 50 7 49 C
Octal 63 15 10 0 113 124 120 7 111 14
Binary 110011 1101 1000 0 1001011 1010100 1010000 111 1001001 1100

Color Harmonies of #330D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D08

Black with #330D08

Text Example


Text Example

White with #330D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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