Html Css Color HEX #340802 Seal Brown

📋 copy color: '#340802'

red 52 ◦ green 8 ◦ blue 2

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

Shades of Seal Brown #340802

Tints of Seal Brown #340802

RGB

 RED value IS 52 (20.7% from 255) = 83.87%

 GREEN value IS 8 (3.52% from 255) = 12.9%

 BLUE value IS 2 (1.17% from 255) = 3.23%

R = 83.87%
G = 12.9%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#340802 (or 0x340802) is known color: Seal Brown. HEX triplet: 34, 08 and 02. RGB value is (52,8,2). Sum of RGB (Red+Green+Blue) = 52+8+2=62 (8% of max value = 765). Red value is 52 (20.70% from 255 or 83.87% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 52 - color contains mainly: red. Hex color #340802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340802 is #CBF7FD. Grayscale: #141414. Windows color (decimal): -13367294 or 133172. OLE color: 133172.

HSL color Cylindrical-coordinate representation of color #340802: hue angle of 7.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340802 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 8 2 -
CMYK 0 0.85 0.96 0.80
HSL 7.2º 0.93% 0.11% -
HSV(B) 7.2º 0.96% 0.2% -
XYZ 1.51 0.91 0.15 -
YUV 20.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 52 8 2 0 0.85 0.96 0.80 7.2 0.93 0.11
Hex 34 8 2 0 55 60 50 7 5D B
Octal 64 10 2 0 125 140 120 7 135 13
Binary 110100 1000 10 0 1010101 1100000 1010000 111 1011101 1011

Color Harmonies of #340802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340802

Black with #340802

Text Example


Text Example

White with #340802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340802; }

 p { color: rgb(52,8,2); }

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

background-color css

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

 a { background-color: rgb(52,8,2); }

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

border-color css

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

 span { border-color: rgb(52,8,2); }

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