Html Css Color HEX #431001 Seal Brown

📋 copy color: '#431001'

red 67 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #431001

Tints of Seal Brown #431001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.19%

R = 79.76%
G = 19.05%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#431001 (or 0x431001) is known color: Seal Brown. HEX triplet: 43, 10 and 01. RGB value is (67,16,1). Sum of RGB (Red+Green+Blue) = 67+16+1=84 (11% of max value = 765). Red value is 67 (26.56% from 255 or 79.76% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 67 - color contains mainly: red. Hex color #431001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431001 is #BCEFFE. Grayscale: #1D1D1D. Windows color (decimal): -12382207 or 69699. OLE color: 69699.

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

Color convert

RGB 67 16 1 -
CMYK 0 0.76 0.99 0.74
HSL 13.64º 0.97% 0.13% -
HSV(B) 13.64º 0.99% 0.26% -
XYZ 2.51 1.57 0.2 -
YUV 29.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 67 16 1 0 0.76 0.99 0.74 13.64 0.97 0.13
Hex 43 10 1 0 4C 63 4A E 61 D
Octal 103 20 1 0 114 143 112 16 141 15
Binary 1000011 10000 1 0 1001100 1100011 1001010 1110 1100001 1101

Color Harmonies of #431001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431001

Black with #431001

Text Example


Text Example

White with #431001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431001; }

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

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

background-color css

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

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

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

border-color css

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

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

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