Html Css Color HEX #43140F Seal Brown

📋 copy color: '#43140F'

red 67 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #43140F

Tints of Seal Brown #43140F

RGB

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

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

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

R = 65.69%
G = 19.61%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#43140F (or 0x43140F) is known color: Seal Brown. HEX triplet: 43, 14 and 0F. RGB value is (67,20,15). Sum of RGB (Red+Green+Blue) = 67+20+15=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #43140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43140F is #BCEBF0. Grayscale: #212121. Windows color (decimal): -12381169 or 988227. OLE color: 988227.

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

Color convert

RGB 67 20 15 -
CMYK 0 0.70 0.78 0.74
HSL 5.77º 0.63% 0.16% -
HSV(B) 5.77º 0.78% 0.26% -
XYZ 2.65 1.73 0.65 -
YUV 33.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 67 20 15 0 0.70 0.78 0.74 5.77 0.63 0.16
Hex 43 14 F 0 46 4E 4A 6 3F 10
Octal 103 24 17 0 106 116 112 6 77 20
Binary 1000011 10100 1111 0 1000110 1001110 1001010 110 111111 10000

Color Harmonies of #43140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43140F

Black with #43140F

Text Example


Text Example

White with #43140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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