Html Css Color HEX #34120F Seal Brown

📋 copy color: '#34120F'

red 52 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #34120F

Tints of Seal Brown #34120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.18%

 BLUE value IS 15 (6.25% from 255) = 17.65%

R = 61.18%
G = 21.18%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#34120F (or 0x34120F) is known color: Seal Brown. HEX triplet: 34, 12 and 0F. RGB value is (52,18,15). Sum of RGB (Red+Green+Blue) = 52+18+15=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #34120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34120F is #CBEDF0. Grayscale: #1B1B1B. Windows color (decimal): -13364721 or 987700. OLE color: 987700.

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

Color convert

RGB 52 18 15 -
CMYK 0 0.65 0.71 0.80
HSL 4.86º 0.55% 0.13% -
HSV(B) 4.86º 0.71% 0.2% -
XYZ 1.72 1.2 0.59 -
YUV 27.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 52 18 15 0 0.65 0.71 0.80 4.86 0.55 0.13
Hex 34 12 F 0 41 47 50 5 37 D
Octal 64 22 17 0 101 107 120 5 67 15
Binary 110100 10010 1111 0 1000001 1000111 1010000 101 110111 1101

Color Harmonies of #34120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34120F

Black with #34120F

Text Example


Text Example

White with #34120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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