Html Css Color HEX #43130C Seal Brown

📋 copy color: '#43130C'

red 67 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #43130C

Tints of Seal Brown #43130C

RGB

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

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

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

R = 68.37%
G = 19.39%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#43130C (or 0x43130C) is known color: Seal Brown. HEX triplet: 43, 13 and 0C. RGB value is (67,19,12). Sum of RGB (Red+Green+Blue) = 67+19+12=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #43130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43130C is #BCECF3. Grayscale: #202020. Windows color (decimal): -12381428 or 791363. OLE color: 791363.

HSL color Cylindrical-coordinate representation of color #43130C: hue angle of 7.64º 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 #43130C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 19 12 -
CMYK 0 0.72 0.82 0.74
HSL 7.64º 0.7% 0.15% -
HSV(B) 7.64º 0.82% 0.26% -
XYZ 2.61 1.69 0.54 -
YUV 32.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 67 19 12 0 0.72 0.82 0.74 7.64 0.7 0.15
Hex 43 13 C 0 48 52 4A 8 46 F
Octal 103 23 14 0 110 122 112 10 106 17
Binary 1000011 10011 1100 0 1001000 1010010 1001010 1000 1000110 1111

Color Harmonies of #43130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43130C

Black with #43130C

Text Example


Text Example

White with #43130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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