Html Css Color HEX #330605 Seal Brown

📋 copy color: '#330605'

red 51 ◦ green 6 ◦ blue 5

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

Shades of Seal Brown #330605

Tints of Seal Brown #330605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 82.26%
G = 9.68%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#330605 (or 0x330605) is known color: Seal Brown. HEX triplet: 33, 06 and 05. RGB value is (51,6,5). Sum of RGB (Red+Green+Blue) = 51+6+5=62 (8% of max value = 765). Red value is 51 (20.31% from 255 or 82.26% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 51 - color contains mainly: red. Hex color #330605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330605 is #CCF9FA. Grayscale: #131313. Windows color (decimal): -13433339 or 329267. OLE color: 329267.

HSL color Cylindrical-coordinate representation of color #330605: hue angle of 1.3º 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 #330605 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 6 5 -
CMYK 0 0.88 0.90 0.8
HSL 1.3º 0.82% 0.11% -
HSV(B) 1.3º 0.9% 0.2% -
XYZ 1.46 0.85 0.23 -
YUV 19.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 51 6 5 0 0.88 0.90 0.8 1.3 0.82 0.11
Hex 33 6 5 0 58 5A 50 1 52 B
Octal 63 6 5 0 130 132 120 1 122 13
Binary 110011 110 101 0 1011000 1011010 1010000 1 1010010 1011

Color Harmonies of #330605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330605

Black with #330605

Text Example


Text Example

White with #330605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330605; }

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

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

background-color css

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

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

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

border-color css

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

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

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