Html Css Color HEX #340602 Seal Brown

📋 copy color: '#340602'

red 52 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #340602

Tints of Seal Brown #340602

RGB

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

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

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

R = 86.67%
G = 10%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#340602 (or 0x340602) is known color: Seal Brown. HEX triplet: 34, 06 and 02. RGB value is (52,6,2). Sum of RGB (Red+Green+Blue) = 52+6+2=60 (7% of max value = 765). Red value is 52 (20.70% from 255 or 86.67% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 52 - color contains mainly: red. Hex color #340602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340602 is #CBF9FD. Grayscale: #131313. Windows color (decimal): -13367806 or 132660. OLE color: 132660.

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

Color convert

RGB 52 6 2 -
CMYK 0 0.88 0.96 0.80
HSL 4.8º 0.93% 0.11% -
HSV(B) 4.8º 0.96% 0.2% -
XYZ 1.49 0.86 0.15 -
YUV 19.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 52 6 2 0 0.88 0.96 0.80 4.8 0.93 0.11
Hex 34 6 2 0 58 60 50 5 5D B
Octal 64 6 2 0 130 140 120 5 135 13
Binary 110100 110 10 0 1011000 1100000 1010000 101 1011101 1011

Color Harmonies of #340602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340602

Black with #340602

Text Example


Text Example

White with #340602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340602; }

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

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

background-color css

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

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

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

border-color css

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

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

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