Html Css Color HEX #340C02 Seal Brown

📋 copy color: '#340C02'

red 52 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #340C02

Tints of Seal Brown #340C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.18%

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

R = 78.79%
G = 18.18%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#340C02 (or 0x340C02) is known color: Seal Brown. HEX triplet: 34, 0C and 02. RGB value is (52,12,2). Sum of RGB (Red+Green+Blue) = 52+12+2=66 (8% of max value = 765). Red value is 52 (20.70% from 255 or 78.79% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 52 - color contains mainly: red. Hex color #340C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C02 is #CBF3FD. Grayscale: #161616. Windows color (decimal): -13366270 or 134196. OLE color: 134196.

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

Color convert

RGB 52 12 2 -
CMYK 0 0.77 0.96 0.80
HSL 12º 0.93% 0.11% -
HSV(B) 12º 0.96% 0.2% -
XYZ 1.56 1 0.17 -
YUV 22.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 52 12 2 0 0.77 0.96 0.80 12 0.93 0.11
Hex 34 C 2 0 4D 60 50 C 5D B
Octal 64 14 2 0 115 140 120 14 135 13
Binary 110100 1100 10 0 1001101 1100000 1010000 1100 1011101 1011

Color Harmonies of #340C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C02

Black with #340C02

Text Example


Text Example

White with #340C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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