Html Css Color HEX #231413 Seal Brown

📋 copy color: '#231413'

red 35 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #231413

Tints of Seal Brown #231413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.03%

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 47.3%
G = 27.03%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#231413 (or 0x231413) is known color: Seal Brown. HEX triplet: 23, 14 and 13. RGB value is (35,20,19). Sum of RGB (Red+Green+Blue) = 35+20+19=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231413 is #DCEBEC. Grayscale: #181818. Windows color (decimal): -14478317 or 1250339. OLE color: 1250339.

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

Color convert

RGB 35 20 19 -
CMYK 0 0.43 0.46 0.86
HSL 3.75º 0.3% 0.11% -
HSV(B) 3.75º 0.46% 0.14% -
XYZ 1.06 0.9 0.73 -
YUV 24.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 35 20 19 0 0.43 0.46 0.86 3.75 0.3 0.11
Hex 23 14 13 0 2B 2E 56 4 1E B
Octal 43 24 23 0 53 56 126 4 36 13
Binary 100011 10100 10011 0 101011 101110 1010110 100 11110 1011

Color Harmonies of #231413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231413

Black with #231413

Text Example


Text Example

White with #231413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231413; }

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

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

background-color css

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

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

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

border-color css

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

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

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