Html Css Color HEX #330B08 Seal Brown

📋 copy color: '#330B08'

red 51 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #330B08

Tints of Seal Brown #330B08

RGB

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

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

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

R = 72.86%
G = 15.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#330B08 (or 0x330B08) is known color: Seal Brown. HEX triplet: 33, 0B and 08. RGB value is (51,11,8). Sum of RGB (Red+Green+Blue) = 51+11+8=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B08 is #CCF4F7. Grayscale: #161616. Windows color (decimal): -13432056 or 527155. OLE color: 527155.

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

Color convert

RGB 51 11 8 -
CMYK 0 0.78 0.84 0.8
HSL 4.19º 0.73% 0.12% -
HSV(B) 4.19º 0.84% 0.2% -
XYZ 1.53 0.96 0.33 -
YUV 22.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 51 11 8 0 0.78 0.84 0.8 4.19 0.73 0.12
Hex 33 B 8 0 4E 54 50 4 49 C
Octal 63 13 10 0 116 124 120 4 111 14
Binary 110011 1011 1000 0 1001110 1010100 1010000 100 1001001 1100

Color Harmonies of #330B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B08

Black with #330B08

Text Example


Text Example

White with #330B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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