Html Css Color HEX #341002 Seal Brown

📋 copy color: '#341002'

red 52 ◦ green 16 ◦ blue 2

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

Shades of Seal Brown #341002

Tints of Seal Brown #341002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

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

R = 74.29%
G = 22.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#341002 (or 0x341002) is known color: Seal Brown. HEX triplet: 34, 10 and 02. RGB value is (52,16,2). Sum of RGB (Red+Green+Blue) = 52+16+2=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #341002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341002 is #CBEFFD. Grayscale: #191919. Windows color (decimal): -13365246 or 135220. OLE color: 135220.

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

Color convert

RGB 52 16 2 -
CMYK 0 0.69 0.96 0.80
HSL 16.8º 0.93% 0.11% -
HSV(B) 16.8º 0.96% 0.2% -
XYZ 1.61 1.11 0.19 -
YUV 25.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 52 16 2 0 0.69 0.96 0.80 16.8 0.93 0.11
Hex 34 10 2 0 45 60 50 11 5D B
Octal 64 20 2 0 105 140 120 21 135 13
Binary 110100 10000 10 0 1000101 1100000 1010000 10001 1011101 1011

Color Harmonies of #341002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341002

Black with #341002

Text Example


Text Example

White with #341002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341002; }

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

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

background-color css

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

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

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

border-color css

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

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

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