Html Css Color HEX #43140D Seal Brown

📋 copy color: '#43140D'

red 67 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #43140D

Tints of Seal Brown #43140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13%

R = 67%
G = 20%
B = 13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#43140D (or 0x43140D) is known color: Seal Brown. HEX triplet: 43, 14 and 0D. RGB value is (67,20,13). Sum of RGB (Red+Green+Blue) = 67+20+13=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #43140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43140D is #BCEBF2. Grayscale: #212121. Windows color (decimal): -12381171 or 857155. OLE color: 857155.

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

Color convert

RGB 67 20 13 -
CMYK 0 0.70 0.81 0.74
HSL 7.78º 0.68% 0.16% -
HSV(B) 7.78º 0.81% 0.26% -
XYZ 2.64 1.72 0.57 -
YUV 33.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 67 20 13 0 0.70 0.81 0.74 7.78 0.68 0.16
Hex 43 14 D 0 46 51 4A 8 44 10
Octal 103 24 15 0 106 121 112 10 104 20
Binary 1000011 10100 1101 0 1000110 1010001 1001010 1000 1000100 10000

Color Harmonies of #43140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43140D

Black with #43140D

Text Example


Text Example

White with #43140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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