Html Css Color HEX #431212 Seal Brown

📋 copy color: '#431212'

red 67 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #431212

Tints of Seal Brown #431212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.48%

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

R = 65.05%
G = 17.48%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#431212 (or 0x431212) is known color: Seal Brown. HEX triplet: 43, 12 and 12. RGB value is (67,18,18). Sum of RGB (Red+Green+Blue) = 67+18+18=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431212 is #BCEDED. Grayscale: #202020. Windows color (decimal): -12381678 or 1184323. OLE color: 1184323.

HSL color Cylindrical-coordinate representation of color #431212: hue angle of 0º 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 #431212 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 18 18 -
CMYK 0 0.73 0.73 0.74
HSL 0.58% 0.17% -
HSV(B) 0.73% 0.26% -
XYZ 2.64 1.67 0.76 -
YUV 32.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 67 18 18 0 0.73 0.73 0.74 0 0.58 0.17
Hex 43 12 12 0 49 49 4A 0 3A 11
Octal 103 22 22 0 111 111 112 0 72 21
Binary 1000011 10010 10010 0 1001001 1001001 1001010 0 111010 10001

Color Harmonies of #431212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431212

Black with #431212

Text Example


Text Example

White with #431212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431212; }

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

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

background-color css

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

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

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

border-color css

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

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

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