Html Css Color HEX #43140B Seal Brown

📋 copy color: '#43140B'

red 67 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #43140B

Tints of Seal Brown #43140B

RGB

 RED value IS 67 (26.56% from 255) = 68.37%

 GREEN value IS 20 (8.2% from 255) = 20.41%

 BLUE value IS 11 (4.69% from 255) = 11.22%

R = 68.37%
G = 20.41%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#43140B (or 0x43140B) is known color: Seal Brown. HEX triplet: 43, 14 and 0B. RGB value is (67,20,11). Sum of RGB (Red+Green+Blue) = 67+20+11=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #43140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43140B is #BCEBF4. Grayscale: #212121. Windows color (decimal): -12381173 or 726083. OLE color: 726083.

HSL color Cylindrical-coordinate representation of color #43140B: hue angle of 9.64º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43140B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 20 11 -
CMYK 0 0.70 0.84 0.74
HSL 9.64º 0.72% 0.15% -
HSV(B) 9.64º 0.84% 0.26% -
XYZ 2.63 1.72 0.51 -
YUV 33.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 67 20 11 0 0.70 0.84 0.74 9.64 0.72 0.15
Hex 43 14 B 0 46 54 4A A 48 F
Octal 103 24 13 0 106 124 112 12 110 17
Binary 1000011 10100 1011 0 1000110 1010100 1001010 1010 1001000 1111

Color Harmonies of #43140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43140B

Black with #43140B

Text Example


Text Example

White with #43140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43140B; }

 p { color: rgb(67,20,11); }

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

background-color css

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

 a { background-color: rgb(67,20,11); }

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

border-color css

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

 span { border-color: rgb(67,20,11); }

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