Html Css Color HEX #341B1B Seal Brown

📋 copy color: '#341B1B'

red 52 ◦ green 27 ◦ blue 27

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

Shades of Seal Brown #341B1B

Tints of Seal Brown #341B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.47%

 BLUE value IS 27 (10.94% from 255) = 25.47%

R = 49.06%
G = 25.47%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#341B1B (or 0x341B1B) is known color: Seal Brown. HEX triplet: 34, 1B and 1B. RGB value is (52,27,27). Sum of RGB (Red+Green+Blue) = 52+27+27=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B1B is #CBE4E4. Grayscale: #222222. Windows color (decimal): -13362405 or 1776436. OLE color: 1776436.

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

Color convert

RGB 52 27 27 -
CMYK 0 0.48 0.48 0.80
HSL 0.32% 0.15% -
HSV(B) 0.48% 0.2% -
XYZ 2.01 1.59 1.24 -
YUV 34.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 52 27 27 0 0.48 0.48 0.80 0 0.32 0.15
Hex 34 1B 1B 0 30 30 50 0 20 F
Octal 64 33 33 0 60 60 120 0 40 17
Binary 110100 11011 11011 0 110000 110000 1010000 0 100000 1111

Color Harmonies of #341B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B1B

Black with #341B1B

Text Example


Text Example

White with #341B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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