Html Css Color HEX #340402 Seal Brown

📋 copy color: '#340402'

red 52 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #340402

Tints of Seal Brown #340402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.9%

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

R = 89.66%
G = 6.9%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#340402 (or 0x340402) is known color: Seal Brown. HEX triplet: 34, 04 and 02. RGB value is (52,4,2). Sum of RGB (Red+Green+Blue) = 52+4+2=58 (7% of max value = 765). Red value is 52 (20.70% from 255 or 89.66% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 52 - color contains mainly: red. Hex color #340402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340402 is #CBFBFD. Grayscale: #121212. Windows color (decimal): -13368318 or 132148. OLE color: 132148.

HSL color Cylindrical-coordinate representation of color #340402: hue angle of 2.4º 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 #340402 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 4 2 -
CMYK 0 0.92 0.96 0.80
HSL 2.4º 0.93% 0.11% -
HSV(B) 2.4º 0.96% 0.2% -
XYZ 1.47 0.82 0.14 -
YUV 18.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 52 4 2 0 0.92 0.96 0.80 2.4 0.93 0.11
Hex 34 4 2 0 5C 60 50 2 5D B
Octal 64 4 2 0 134 140 120 2 135 13
Binary 110100 100 10 0 1011100 1100000 1010000 10 1011101 1011

Color Harmonies of #340402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340402

Black with #340402

Text Example


Text Example

White with #340402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340402; }

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

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

background-color css

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

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

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

border-color css

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

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

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