Html Css Color HEX #431312 Seal Brown

📋 copy color: '#431312'

red 67 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #431312

Tints of Seal Brown #431312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 64.42%
G = 18.27%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#431312 (or 0x431312) is known color: Seal Brown. HEX triplet: 43, 13 and 12. RGB value is (67,19,18). Sum of RGB (Red+Green+Blue) = 67+19+18=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #431312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431312 is #BCECED. Grayscale: #212121. Windows color (decimal): -12381422 or 1184579. OLE color: 1184579.

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

Color convert

RGB 67 19 18 -
CMYK 0 0.72 0.73 0.74
HSL 1.22º 0.58% 0.17% -
HSV(B) 1.22º 0.73% 0.26% -
XYZ 2.66 1.7 0.76 -
YUV 33.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 67 19 18 0 0.72 0.73 0.74 1.22 0.58 0.17
Hex 43 13 12 0 48 49 4A 1 3A 11
Octal 103 23 22 0 110 111 112 1 72 21
Binary 1000011 10011 10010 0 1001000 1001001 1001010 1 111010 10001

Color Harmonies of #431312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431312

Black with #431312

Text Example


Text Example

White with #431312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431312; }

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

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

background-color css

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

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

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

border-color css

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

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

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