Html Css Color HEX #341612 Seal Brown

📋 copy color: '#341612'

red 52 ◦ green 22 ◦ blue 18

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

Shades of Seal Brown #341612

Tints of Seal Brown #341612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.91%

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 56.52%
G = 23.91%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341612 (or 0x341612) is known color: Seal Brown. HEX triplet: 34, 16 and 12. RGB value is (52,22,18). Sum of RGB (Red+Green+Blue) = 52+22+18=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341612 is #CBE9ED. Grayscale: #1E1E1E. Windows color (decimal): -13363694 or 1185332. OLE color: 1185332.

HSL color Cylindrical-coordinate representation of color #341612: hue angle of 7.06º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341612 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 22 18 -
CMYK 0 0.58 0.65 0.80
HSL 7.06º 0.49% 0.14% -
HSV(B) 7.06º 0.65% 0.2% -
XYZ 1.81 1.35 0.74 -
YUV 30.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 52 22 18 0 0.58 0.65 0.80 7.06 0.49 0.14
Hex 34 16 12 0 3A 41 50 7 31 E
Octal 64 26 22 0 72 101 120 7 61 16
Binary 110100 10110 10010 0 111010 1000001 1010000 111 110001 1110

Color Harmonies of #341612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341612

Black with #341612

Text Example


Text Example

White with #341612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341612; }

 p { color: rgb(52,22,18); }

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

background-color css

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

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

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

border-color css

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

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

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