Html Css Color HEX #430E00 Seal Brown

📋 copy color: '#430E00'

red 67 ◦ green 14 ◦ blue 0

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

Shades of Seal Brown #430E00

Tints of Seal Brown #430E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.28%

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

R = 82.72%
G = 17.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#430E00 (or 0x430E00) is known color: Seal Brown. HEX triplet: 43, 0E and 00. RGB value is (67,14,0). Sum of RGB (Red+Green+Blue) = 67+14+0=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430E00 is #BCF1FF. Grayscale: #1C1C1C. Windows color (decimal): -12382720 or 3651. OLE color: 3651.

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

Color convert

RGB 67 14 0 -
CMYK 0 0.79 1 0.74
HSL 12.54º 1% 0.13% -
HSV(B) 12.54º 1% 0.26% -
XYZ 2.47 1.51 0.16 -
YUV 28.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 67 14 0 0 0.79 1 0.74 12.54 1 0.13
Hex 43 E 0 0 4F 64 4A D 64 D
Octal 103 16 0 0 117 144 112 15 144 15
Binary 1000011 1110 0 0 1001111 1100100 1001010 1101 1100100 1101

Color Harmonies of #430E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E00

Black with #430E00

Text Example


Text Example

White with #430E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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