Html Css Color HEX #430E0C Seal Brown

📋 copy color: '#430E0C'

red 67 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #430E0C

Tints of Seal Brown #430E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 72.04%
G = 15.05%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#430E0C (or 0x430E0C) is known color: Seal Brown. HEX triplet: 43, 0E and 0C. RGB value is (67,14,12). Sum of RGB (Red+Green+Blue) = 67+14+12=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430E0C is #BCF1F3. Grayscale: #1D1D1D. Windows color (decimal): -12382708 or 790083. OLE color: 790083.

HSL color Cylindrical-coordinate representation of color #430E0C: hue angle of 2.18º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430E0C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 14 12 -
CMYK 0 0.79 0.82 0.74
HSL 2.18º 0.7% 0.15% -
HSV(B) 2.18º 0.82% 0.26% -
XYZ 2.54 1.53 0.51 -
YUV 29.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 67 14 12 0 0.79 0.82 0.74 2.18 0.7 0.15
Hex 43 E C 0 4F 52 4A 2 46 F
Octal 103 16 14 0 117 122 112 2 106 17
Binary 1000011 1110 1100 0 1001111 1010010 1001010 10 1000110 1111

Color Harmonies of #430E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E0C

Black with #430E0C

Text Example


Text Example

White with #430E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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