Html Css Color HEX #430701 Seal Brown

📋 copy color: '#430701'

red 67 ◦ green 7 ◦ blue 1

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

Shades of Seal Brown #430701

Tints of Seal Brown #430701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.33%

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

R = 89.33%
G = 9.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#430701 (or 0x430701) is known color: Seal Brown. HEX triplet: 43, 07 and 01. RGB value is (67,7,1). Sum of RGB (Red+Green+Blue) = 67+7+1=75 (9% of max value = 765). Red value is 67 (26.56% from 255 or 89.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 67 - color contains mainly: red. Hex color #430701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430701 is #BCF8FE. Grayscale: #181818. Windows color (decimal): -12384511 or 67395. OLE color: 67395.

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

Color convert

RGB 67 7 1 -
CMYK 0 0.90 0.99 0.74
HSL 5.45º 0.97% 0.13% -
HSV(B) 5.45º 0.99% 0.26% -
XYZ 2.4 1.35 0.16 -
YUV 24.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 67 7 1 0 0.90 0.99 0.74 5.45 0.97 0.13
Hex 43 7 1 0 5A 63 4A 5 61 D
Octal 103 7 1 0 132 143 112 5 141 15
Binary 1000011 111 1 0 1011010 1100011 1001010 101 1100001 1101

Color Harmonies of #430701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430701

Black with #430701

Text Example


Text Example

White with #430701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430701; }

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

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

background-color css

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

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

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

border-color css

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

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

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