Html Css Color HEX #430500 Seal Brown

📋 copy color: '#430500'

red 67 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #430500

Tints of Seal Brown #430500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.94%

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

R = 93.06%
G = 6.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#430500 (or 0x430500) is known color: Seal Brown. HEX triplet: 43, 05 and 00. RGB value is (67,5,0). Sum of RGB (Red+Green+Blue) = 67+5+0=72 (9% of max value = 765). Red value is 67 (26.56% from 255 or 93.06% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 67 - color contains mainly: red. Hex color #430500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430500 is #BCFAFF. Grayscale: #171717. Windows color (decimal): -12385024 or 1347. OLE color: 1347.

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

Color convert

RGB 67 5 0 -
CMYK 0 0.93 1 0.74
HSL 4.48º 1% 0.13% -
HSV(B) 4.48º 1% 0.26% -
XYZ 2.37 1.3 0.13 -
YUV 22.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 67 5 0 0 0.93 1 0.74 4.48 1 0.13
Hex 43 5 0 0 5D 64 4A 4 64 D
Octal 103 5 0 0 135 144 112 4 144 15
Binary 1000011 101 0 0 1011101 1100100 1001010 100 1100100 1101

Color Harmonies of #430500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430500

Black with #430500

Text Example


Text Example

White with #430500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430500; }

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

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

background-color css

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

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

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

border-color css

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

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

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