Html Css Color HEX #231613 Seal Brown

📋 copy color: '#231613'

red 35 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #231613

Tints of Seal Brown #231613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.95%

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

R = 46.05%
G = 28.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#231613 (or 0x231613) is known color: Seal Brown. HEX triplet: 23, 16 and 13. RGB value is (35,22,19). Sum of RGB (Red+Green+Blue) = 35+22+19=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231613 is #DCE9EC. Grayscale: #191919. Windows color (decimal): -14477805 or 1250851. OLE color: 1250851.

HSL color Cylindrical-coordinate representation of color #231613: hue angle of 11.25º 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 #231613 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 22 19 -
CMYK 0 0.37 0.46 0.86
HSL 11.25º 0.3% 0.11% -
HSV(B) 11.25º 0.46% 0.14% -
XYZ 1.1 0.98 0.75 -
YUV 25.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 35 22 19 0 0.37 0.46 0.86 11.25 0.3 0.11
Hex 23 16 13 0 25 2E 56 B 1E B
Octal 43 26 23 0 45 56 126 13 36 13
Binary 100011 10110 10011 0 100101 101110 1010110 1011 11110 1011

Color Harmonies of #231613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231613

Black with #231613

Text Example


Text Example

White with #231613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231613; }

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

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

background-color css

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

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

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

border-color css

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

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

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