#230B04

Color #230B04 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #230B04

Tints of Seal Brown #230B04

Color information

#230B04 (or 0x230B04) is unknown color: approx Seal Brown. HEX triplet: 23, 0B and 04. RGB value is (35,11,4). Sum of RGB (Red+Green+Blue) = 35+11+4=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #230B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B04 is #DCF4FB. Grayscale: #111111. Windows color (decimal): -14480636 or 264995. OLE color: 264995.

HSL color Cylindrical-coordinate representation of color #230B04: hue angle of 13.55º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230B04 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB35114-
CMYK00.690.890.86
HSL13.55º79.49%7.65%-
HSV(B)13.55º88.57%13.73%-
XYZ0.830.610.19-
YUV17.38120.45140.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 70%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 4 (1.95% from 255) = 8%
R=70%
G=22%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511400.690.890.8613.5579.497.65
Hex23B40455956e4f8
Octal4313401051311261611710
Binary10001110111000100010110110011010110111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,11,4); }

 H1.HeaderClassName
 {
   color: #230B04;
 }
 .AnyTagClassName
 {
   color: #230B04;
 }
</style>
background-color css

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

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

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

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

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

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