Html Css Color HEX #231514 Seal Brown

📋 copy color: '#231514'

red 35 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #231514

Tints of Seal Brown #231514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 46.05%
G = 27.63%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#231514 (or 0x231514) is known color: Seal Brown. HEX triplet: 23, 15 and 14. RGB value is (35,21,20). Sum of RGB (Red+Green+Blue) = 35+21+20=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231514 is #DCEAEB. Grayscale: #191919. Windows color (decimal): -14478060 or 1316131. OLE color: 1316131.

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

Color convert

RGB 35 21 20 -
CMYK 0 0.40 0.43 0.86
HSL 0.27% 0.11% -
HSV(B) 0.43% 0.14% -
XYZ 1.09 0.94 0.79 -
YUV 25.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 35 21 20 0 0.40 0.43 0.86 4 0.27 0.11
Hex 23 15 14 0 28 2B 56 4 1B B
Octal 43 25 24 0 50 53 126 4 33 13
Binary 100011 10101 10100 0 101000 101011 1010110 100 11011 1011

Color Harmonies of #231514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231514

Black with #231514

Text Example


Text Example

White with #231514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231514; }

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

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

background-color css

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

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

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

border-color css

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

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

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