Html Css Color HEX #430505 Seal Brown

📋 copy color: '#430505'

red 67 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #430505

Tints of Seal Brown #430505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.49%

R = 87.01%
G = 6.49%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#430505 (or 0x430505) is known color: Seal Brown. HEX triplet: 43, 05 and 05. RGB value is (67,5,5). Sum of RGB (Red+Green+Blue) = 67+5+5=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #430505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430505 is #BCFAFA. Grayscale: #171717. Windows color (decimal): -12385019 or 329027. OLE color: 329027.

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

Color convert

RGB 67 5 5 -
CMYK 0 0.93 0.93 0.74
HSL 0.86% 0.14% -
HSV(B) 0.93% 0.26% -
XYZ 2.4 1.31 0.27 -
YUV 23.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 67 5 5 0 0.93 0.93 0.74 0 0.86 0.14
Hex 43 5 5 0 5D 5D 4A 0 56 E
Octal 103 5 5 0 135 135 112 0 126 16
Binary 1000011 101 101 0 1011101 1011101 1001010 0 1010110 1110

Color Harmonies of #430505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430505

Black with #430505

Text Example


Text Example

White with #430505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430505; }

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

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

background-color css

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

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

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

border-color css

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

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

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