Html Css Color HEX #340C09 Seal Brown

📋 copy color: '#340C09'

red 52 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #340C09

Tints of Seal Brown #340C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.33%

R = 71.23%
G = 16.44%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#340C09 (or 0x340C09) is known color: Seal Brown. HEX triplet: 34, 0C and 09. RGB value is (52,12,9). Sum of RGB (Red+Green+Blue) = 52+12+9=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C09 is #CBF3F6. Grayscale: #171717. Windows color (decimal): -13366263 or 592948. OLE color: 592948.

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

Color convert

RGB 52 12 9 -
CMYK 0 0.77 0.83 0.80
HSL 4.19º 0.7% 0.12% -
HSV(B) 4.19º 0.83% 0.2% -
XYZ 1.6 1.01 0.37 -
YUV 23.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 52 12 9 0 0.77 0.83 0.80 4.19 0.7 0.12
Hex 34 C 9 0 4D 53 50 4 46 C
Octal 64 14 11 0 115 123 120 4 106 14
Binary 110100 1100 1001 0 1001101 1010011 1010000 100 1000110 1100

Color Harmonies of #340C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C09

Black with #340C09

Text Example


Text Example

White with #340C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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