Html Css Color HEX #430302 Seal Brown

📋 copy color: '#430302'

red 67 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #430302

Tints of Seal Brown #430302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.17%

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

R = 93.06%
G = 4.17%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#430302 (or 0x430302) is known color: Seal Brown. HEX triplet: 43, 03 and 02. RGB value is (67,3,2). Sum of RGB (Red+Green+Blue) = 67+3+2=72 (9% of max value = 765). Red value is 67 (26.56% from 255 or 93.06% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 67 - color contains mainly: red. Hex color #430302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430302 is #BCFCFD. Grayscale: #161616. Windows color (decimal): -12385534 or 131907. OLE color: 131907.

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

Color convert

RGB 67 3 2 -
CMYK 0 0.96 0.97 0.74
HSL 0.92º 0.94% 0.14% -
HSV(B) 0.92º 0.97% 0.26% -
XYZ 2.36 1.26 0.18 -
YUV 22.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 67 3 2 0 0.96 0.97 0.74 0.92 0.94 0.14
Hex 43 3 2 0 60 61 4A 1 5E E
Octal 103 3 2 0 140 141 112 1 136 16
Binary 1000011 11 10 0 1100000 1100001 1001010 1 1011110 1110

Color Harmonies of #430302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430302

Black with #430302

Text Example


Text Example

White with #430302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430302; }

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

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

background-color css

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

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

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

border-color css

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

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

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