Html Css Color HEX #340B08 Seal Brown

📋 copy color: '#340B08'

red 52 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #340B08

Tints of Seal Brown #340B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.27%

R = 73.24%
G = 15.49%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#340B08 (or 0x340B08) is known color: Seal Brown. HEX triplet: 34, 0B and 08. RGB value is (52,11,8). Sum of RGB (Red+Green+Blue) = 52+11+8=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B08 is #CBF4F7. Grayscale: #161616. Windows color (decimal): -13366520 or 527156. OLE color: 527156.

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

Color convert

RGB 52 11 8 -
CMYK 0 0.79 0.85 0.80
HSL 4.09º 0.73% 0.12% -
HSV(B) 4.09º 0.85% 0.2% -
XYZ 1.58 0.99 0.34 -
YUV 22.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 52 11 8 0 0.79 0.85 0.80 4.09 0.73 0.12
Hex 34 B 8 0 4F 55 50 4 49 C
Octal 64 13 10 0 117 125 120 4 111 14
Binary 110100 1011 1000 0 1001111 1010101 1010000 100 1001001 1100

Color Harmonies of #340B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340B08

Black with #340B08

Text Example


Text Example

White with #340B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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