Html Css Color HEX #231512 Seal Brown

📋 copy color: '#231512'

red 35 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #231512

Tints of Seal Brown #231512

RGB

 RED value IS 35 (14.06% from 255) = 47.3%

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 47.3%
G = 28.38%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#231512 (or 0x231512) is known color: Seal Brown. HEX triplet: 23, 15 and 12. RGB value is (35,21,18). Sum of RGB (Red+Green+Blue) = 35+21+18=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231512 is #DCEAED. Grayscale: #181818. Windows color (decimal): -14478062 or 1185059. OLE color: 1185059.

HSL color Cylindrical-coordinate representation of color #231512: hue angle of 10.59º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231512 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 21 18 -
CMYK 0 0.40 0.49 0.86
HSL 10.59º 0.32% 0.1% -
HSV(B) 10.59º 0.49% 0.14% -
XYZ 1.07 0.94 0.7 -
YUV 24.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 35 21 18 0 0.40 0.49 0.86 10.59 0.32 0.1
Hex 23 15 12 0 28 31 56 B 20 A
Octal 43 25 22 0 50 61 126 13 40 12
Binary 100011 10101 10010 0 101000 110001 1010110 1011 100000 1010

Color Harmonies of #231512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231512

Black with #231512

Text Example


Text Example

White with #231512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231512; }

 p { color: rgb(35,21,18); }

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

background-color css

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

 a { background-color: rgb(35,21,18); }

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

border-color css

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

 span { border-color: rgb(35,21,18); }

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