Html Css Color HEX #340C0C Seal Brown

📋 copy color: '#340C0C'

red 52 ◦ green 12 ◦ blue 12

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

Shades of Seal Brown #340C0C

Tints of Seal Brown #340C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 68.42%
G = 15.79%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#340C0C (or 0x340C0C) is known color: Seal Brown. HEX triplet: 34, 0C and 0C. RGB value is (52,12,12). Sum of RGB (Red+Green+Blue) = 52+12+12=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C0C is #CBF3F3. Grayscale: #181818. Windows color (decimal): -13366260 or 789556. OLE color: 789556.

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

Color convert

RGB 52 12 12 -
CMYK 0 0.77 0.77 0.80
HSL 0.63% 0.13% -
HSV(B) 0.77% 0.2% -
XYZ 1.61 1.02 0.46 -
YUV 23.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 52 12 12 0 0.77 0.77 0.80 0 0.63 0.13
Hex 34 C C 0 4D 4D 50 0 3E D
Octal 64 14 14 0 115 115 120 0 76 15
Binary 110100 1100 1100 0 1001101 1001101 1010000 0 111110 1101

Color Harmonies of #340C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C0C

Black with #340C0C

Text Example


Text Example

White with #340C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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