Html Css Color HEX #230C0C Seal Brown

📋 copy color: '#230C0C'

red 35 ◦ green 12 ◦ blue 12

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

Shades of Seal Brown #230C0C

Tints of Seal Brown #230C0C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.34%

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

R = 59.32%
G = 20.34%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#230C0C (or 0x230C0C) is known color: Seal Brown. HEX triplet: 23, 0C and 0C. RGB value is (35,12,12). Sum of RGB (Red+Green+Blue) = 35+12+12=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C0C is #DCF3F3. Grayscale: #121212. Windows color (decimal): -14480372 or 789539. OLE color: 789539.

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

Color convert

RGB 35 12 12 -
CMYK 0 0.66 0.66 0.86
HSL 0.49% 0.09% -
HSV(B) 0.66% 0.14% -
XYZ 0.89 0.65 0.43 -
YUV 18.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 35 12 12 0 0.66 0.66 0.86 0 0.49 0.09
Hex 23 C C 0 42 42 56 0 31 9
Octal 43 14 14 0 102 102 126 0 61 11
Binary 100011 1100 1100 0 1000010 1000010 1010110 0 110001 1001

Color Harmonies of #230C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C0C

Black with #230C0C

Text Example


Text Example

White with #230C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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