Html Css Color HEX #340F04 Seal Brown

📋 copy color: '#340F04'

red 52 ◦ green 15 ◦ blue 4

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

Shades of Seal Brown #340F04

Tints of Seal Brown #340F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.13%

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

R = 73.24%
G = 21.13%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#340F04 (or 0x340F04) is known color: Seal Brown. HEX triplet: 34, 0F and 04. RGB value is (52,15,4). Sum of RGB (Red+Green+Blue) = 52+15+4=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F04 is #CBF0FB. Grayscale: #181818. Windows color (decimal): -13365500 or 266036. OLE color: 266036.

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

Color convert

RGB 52 15 4 -
CMYK 0 0.71 0.92 0.80
HSL 13.75º 0.86% 0.11% -
HSV(B) 13.75º 0.92% 0.2% -
XYZ 1.61 1.08 0.24 -
YUV 24.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 52 15 4 0 0.71 0.92 0.80 13.75 0.86 0.11
Hex 34 F 4 0 47 5C 50 E 56 B
Octal 64 17 4 0 107 134 120 16 126 13
Binary 110100 1111 100 0 1000111 1011100 1010000 1110 1010110 1011

Color Harmonies of #340F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F04

Black with #340F04

Text Example


Text Example

White with #340F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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