Html Css Color HEX #23120C Seal Brown

📋 copy color: '#23120C'

red 35 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #23120C

Tints of Seal Brown #23120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.69%

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

R = 53.85%
G = 27.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#23120C (or 0x23120C) is known color: Seal Brown. HEX triplet: 23, 12 and 0C. RGB value is (35,18,12). Sum of RGB (Red+Green+Blue) = 35+18+12=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #23120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23120C is #DCEDF3. Grayscale: #161616. Windows color (decimal): -14478836 or 791075. OLE color: 791075.

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

Color convert

RGB 35 18 12 -
CMYK 0 0.49 0.66 0.86
HSL 15.65º 0.49% 0.09% -
HSV(B) 15.65º 0.66% 0.14% -
XYZ 0.98 0.82 0.45 -
YUV 22.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 35 18 12 0 0.49 0.66 0.86 15.65 0.49 0.09
Hex 23 12 C 0 31 42 56 10 31 9
Octal 43 22 14 0 61 102 126 20 61 11
Binary 100011 10010 1100 0 110001 1000010 1010110 10000 110001 1001

Color Harmonies of #23120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23120C

Black with #23120C

Text Example


Text Example

White with #23120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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