Html Css Color HEX #431000 Seal Brown

📋 copy color: '#431000'

red 67 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #431000

Tints of Seal Brown #431000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.72%
G = 19.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#431000 (or 0x431000) is known color: Seal Brown. HEX triplet: 43, 10 and 00. RGB value is (67,16,0). Sum of RGB (Red+Green+Blue) = 67+16+0=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #431000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431000 is #BCEFFF. Grayscale: #1D1D1D. Windows color (decimal): -12382208 or 4163. OLE color: 4163.

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

Color convert

RGB 67 16 0 -
CMYK 0 0.76 1 0.74
HSL 14.33º 1% 0.13% -
HSV(B) 14.33º 1% 0.26% -
XYZ 2.5 1.56 0.17 -
YUV 29.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 67 16 0 0 0.76 1 0.74 14.33 1 0.13
Hex 43 10 0 0 4C 64 4A E 64 D
Octal 103 20 0 0 114 144 112 16 144 15
Binary 1000011 10000 0 0 1001100 1100100 1001010 1110 1100100 1101

Color Harmonies of #431000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431000

Black with #431000

Text Example


Text Example

White with #431000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431000; }

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

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

background-color css

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

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

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

border-color css

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

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

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