Html Css Color HEX #430402 Seal Brown

📋 copy color: '#430402'

red 67 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #430402

Tints of Seal Brown #430402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

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

R = 91.78%
G = 5.48%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#430402 (or 0x430402) is known color: Seal Brown. HEX triplet: 43, 04 and 02. RGB value is (67,4,2). Sum of RGB (Red+Green+Blue) = 67+4+2=73 (9% of max value = 765). Red value is 67 (26.56% from 255 or 91.78% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 67 - color contains mainly: red. Hex color #430402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430402 is #BCFBFD. Grayscale: #161616. Windows color (decimal): -12385278 or 132163. OLE color: 132163.

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

Color convert

RGB 67 4 2 -
CMYK 0 0.94 0.97 0.74
HSL 1.85º 0.94% 0.14% -
HSV(B) 1.85º 0.97% 0.26% -
XYZ 2.37 1.28 0.18 -
YUV 22.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 67 4 2 0 0.94 0.97 0.74 1.85 0.94 0.14
Hex 43 4 2 0 5E 61 4A 2 5E E
Octal 103 4 2 0 136 141 112 2 136 16
Binary 1000011 100 10 0 1011110 1100001 1001010 10 1011110 1110

Color Harmonies of #430402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430402

Black with #430402

Text Example


Text Example

White with #430402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430402; }

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

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

background-color css

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

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

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

border-color css

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

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

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