Html Css Color HEX #430502 Seal Brown

📋 copy color: '#430502'

red 67 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #430502

Tints of Seal Brown #430502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 90.54%
G = 6.76%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#430502 (or 0x430502) is known color: Seal Brown. HEX triplet: 43, 05 and 02. RGB value is (67,5,2). Sum of RGB (Red+Green+Blue) = 67+5+2=74 (9% of max value = 765). Red value is 67 (26.56% from 255 or 90.54% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 67 - color contains mainly: red. Hex color #430502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430502 is #BCFAFD. Grayscale: #171717. Windows color (decimal): -12385022 or 132419. OLE color: 132419.

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

Color convert

RGB 67 5 2 -
CMYK 0 0.93 0.97 0.74
HSL 2.77º 0.94% 0.14% -
HSV(B) 2.77º 0.97% 0.26% -
XYZ 2.38 1.31 0.18 -
YUV 23.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 67 5 2 0 0.93 0.97 0.74 2.77 0.94 0.14
Hex 43 5 2 0 5D 61 4A 3 5E E
Octal 103 5 2 0 135 141 112 3 136 16
Binary 1000011 101 10 0 1011101 1100001 1001010 11 1011110 1110

Color Harmonies of #430502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430502

Black with #430502

Text Example


Text Example

White with #430502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430502; }

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

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

background-color css

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

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

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

border-color css

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

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

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