Html Css Color HEX #43130A Seal Brown

📋 copy color: '#43130A'

red 67 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #43130A

Tints of Seal Brown #43130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.79%

 BLUE value IS 10 (4.3% from 255) = 10.42%

R = 69.79%
G = 19.79%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#43130A (or 0x43130A) is known color: Seal Brown. HEX triplet: 43, 13 and 0A. RGB value is (67,19,10). Sum of RGB (Red+Green+Blue) = 67+19+10=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #43130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43130A is #BCECF5. Grayscale: #202020. Windows color (decimal): -12381430 or 660291. OLE color: 660291.

HSL color Cylindrical-coordinate representation of color #43130A: hue angle of 9.47º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43130A is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 19 10 -
CMYK 0 0.72 0.85 0.74
HSL 9.47º 0.74% 0.15% -
HSV(B) 9.47º 0.85% 0.26% -
XYZ 2.6 1.68 0.47 -
YUV 32.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 67 19 10 0 0.72 0.85 0.74 9.47 0.74 0.15
Hex 43 13 A 0 48 55 4A 9 4A F
Octal 103 23 12 0 110 125 112 11 112 17
Binary 1000011 10011 1010 0 1001000 1010101 1001010 1001 1001010 1111

Color Harmonies of #43130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43130A

Black with #43130A

Text Example


Text Example

White with #43130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43130A; }

 p { color: rgb(67,19,10); }

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

background-color css

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

 a { background-color: rgb(67,19,10); }

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

border-color css

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

 span { border-color: rgb(67,19,10); }

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