Html Css Color HEX #340C04 Seal Brown

📋 copy color: '#340C04'

red 52 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #340C04

Tints of Seal Brown #340C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.88%

R = 76.47%
G = 17.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#340C04 (or 0x340C04) is known color: Seal Brown. HEX triplet: 34, 0C and 04. RGB value is (52,12,4). Sum of RGB (Red+Green+Blue) = 52+12+4=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #340C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C04 is #CBF3FB. Grayscale: #171717. Windows color (decimal): -13366268 or 265268. OLE color: 265268.

HSL color Cylindrical-coordinate representation of color #340C04: hue angle of 10º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340C04 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 12 4 -
CMYK 0 0.77 0.92 0.80
HSL 10º 0.86% 0.11% -
HSV(B) 10º 0.92% 0.2% -
XYZ 1.57 1 0.23 -
YUV 23.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 52 12 4 0 0.77 0.92 0.80 10 0.86 0.11
Hex 34 C 4 0 4D 5C 50 A 56 B
Octal 64 14 4 0 115 134 120 12 126 13
Binary 110100 1100 100 0 1001101 1011100 1010000 1010 1010110 1011

Color Harmonies of #340C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C04

Black with #340C04

Text Example


Text Example

White with #340C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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