Html Css Color HEX #330D05 Seal Brown

📋 copy color: '#330D05'

red 51 ◦ green 13 ◦ blue 5

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

Shades of Seal Brown #330D05

Tints of Seal Brown #330D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.25%

R = 73.91%
G = 18.84%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#330D05 (or 0x330D05) is known color: Seal Brown. HEX triplet: 33, 0D and 05. RGB value is (51,13,5). Sum of RGB (Red+Green+Blue) = 51+13+5=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D05 is #CCF2FA. Grayscale: #171717. Windows color (decimal): -13431547 or 331059. OLE color: 331059.

HSL color Cylindrical-coordinate representation of color #330D05: hue angle of 10.43º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330D05 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 13 5 -
CMYK 0 0.75 0.90 0.8
HSL 10.43º 0.82% 0.11% -
HSV(B) 10.43º 0.9% 0.2% -
XYZ 1.54 1 0.26 -
YUV 23.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 51 13 5 0 0.75 0.90 0.8 10.43 0.82 0.11
Hex 33 D 5 0 4B 5A 50 A 52 B
Octal 63 15 5 0 113 132 120 12 122 13
Binary 110011 1101 101 0 1001011 1011010 1010000 1010 1010010 1011

Color Harmonies of #330D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D05

Black with #330D05

Text Example


Text Example

White with #330D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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