Html Css Color HEX #431310 Seal Brown

📋 copy color: '#431310'

red 67 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #431310

Tints of Seal Brown #431310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.69%

R = 65.69%
G = 18.63%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#431310 (or 0x431310) is known color: Seal Brown. HEX triplet: 43, 13 and 10. RGB value is (67,19,16). Sum of RGB (Red+Green+Blue) = 67+19+16=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #431310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431310 is #BCECEF. Grayscale: #212121. Windows color (decimal): -12381424 or 1053507. OLE color: 1053507.

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

Color convert

RGB 67 19 16 -
CMYK 0 0.72 0.76 0.74
HSL 3.53º 0.61% 0.16% -
HSV(B) 3.53º 0.76% 0.26% -
XYZ 2.64 1.7 0.68 -
YUV 33.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 67 19 16 0 0.72 0.76 0.74 3.53 0.61 0.16
Hex 43 13 10 0 48 4C 4A 4 3D 10
Octal 103 23 20 0 110 114 112 4 75 20
Binary 1000011 10011 10000 0 1001000 1001100 1001010 100 111101 10000

Color Harmonies of #431310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431310

Black with #431310

Text Example


Text Example

White with #431310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431310; }

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

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

background-color css

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

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

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

border-color css

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

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

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