Html Css Color HEX #230F0C Seal Brown

📋 copy color: '#230F0C'

red 35 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #230F0C

Tints of Seal Brown #230F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 24.19%

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

R = 56.45%
G = 24.19%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#230F0C (or 0x230F0C) is known color: Seal Brown. HEX triplet: 23, 0F and 0C. RGB value is (35,15,12). Sum of RGB (Red+Green+Blue) = 35+15+12=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F0C is #DCF0F3. Grayscale: #141414. Windows color (decimal): -14479604 or 790307. OLE color: 790307.

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

Color convert

RGB 35 15 12 -
CMYK 0 0.57 0.66 0.86
HSL 7.83º 0.49% 0.09% -
HSV(B) 7.83º 0.66% 0.14% -
XYZ 0.93 0.73 0.44 -
YUV 20.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 35 15 12 0 0.57 0.66 0.86 7.83 0.49 0.09
Hex 23 F C 0 39 42 56 8 31 9
Octal 43 17 14 0 71 102 126 10 61 11
Binary 100011 1111 1100 0 111001 1000010 1010110 1000 110001 1001

Color Harmonies of #230F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F0C

Black with #230F0C

Text Example


Text Example

White with #230F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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