Html Css Color HEX #431311 Seal Brown

📋 copy color: '#431311'

red 67 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #431311

Tints of Seal Brown #431311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

 BLUE value IS 17 (7.03% from 255) = 16.5%

R = 65.05%
G = 18.45%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#431311 (or 0x431311) is known color: Seal Brown. HEX triplet: 43, 13 and 11. RGB value is (67,19,17). Sum of RGB (Red+Green+Blue) = 67+19+17=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431311 is #BCECEE. Grayscale: #212121. Windows color (decimal): -12381423 or 1119043. OLE color: 1119043.

HSL color Cylindrical-coordinate representation of color #431311: hue angle of 2.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431311 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 19 17 -
CMYK 0 0.72 0.75 0.74
HSL 2.4º 0.6% 0.16% -
HSV(B) 2.4º 0.75% 0.26% -
XYZ 2.65 1.7 0.72 -
YUV 33.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 67 19 17 0 0.72 0.75 0.74 2.4 0.6 0.16
Hex 43 13 11 0 48 4B 4A 2 3C 10
Octal 103 23 21 0 110 113 112 2 74 20
Binary 1000011 10011 10001 0 1001000 1001011 1001010 10 111100 10000

Color Harmonies of #431311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431311

Black with #431311

Text Example


Text Example

White with #431311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431311; }

 p { color: rgb(67,19,17); }

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

background-color css

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

 a { background-color: rgb(67,19,17); }

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

border-color css

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

 span { border-color: rgb(67,19,17); }

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