Html Css Color HEX #340B07 Seal Brown

📋 copy color: '#340B07'

red 52 ◦ green 11 ◦ blue 7

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

Shades of Seal Brown #340B07

Tints of Seal Brown #340B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.71%

 BLUE value IS 7 (3.13% from 255) = 10%

R = 74.29%
G = 15.71%
B = 10%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.80

RGB Variations

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

Color information

#340B07 (or 0x340B07) is known color: Seal Brown. HEX triplet: 34, 0B and 07. RGB value is (52,11,7). Sum of RGB (Red+Green+Blue) = 52+11+7=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B07 is #CBF4F8. Grayscale: #161616. Windows color (decimal): -13366521 or 461620. OLE color: 461620.

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

Color convert

RGB 52 11 7 -
CMYK 0 0.79 0.87 0.80
HSL 5.33º 0.76% 0.12% -
HSV(B) 5.33º 0.87% 0.2% -
XYZ 1.57 0.98 0.31 -
YUV 22.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 52 11 7 0 0.79 0.87 0.80 5.33 0.76 0.12
Hex 34 B 7 0 4F 57 50 5 4C C
Octal 64 13 7 0 117 127 120 5 114 14
Binary 110100 1011 111 0 1001111 1010111 1010000 101 1001100 1100

Color Harmonies of #340B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340B07

Black with #340B07

Text Example


Text Example

White with #340B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,11,7); }

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

background-color css

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

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

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

border-color css

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

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

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