#230B05

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

Shades of Seal Brown #230B05

Tints of Seal Brown #230B05

Color information

#230B05 (or 0x230B05) is unknown color: approx Seal Brown. HEX triplet: 23, 0B and 05. RGB value is (35,11,5). Sum of RGB (Red+Green+Blue) = 35+11+5=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #230B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B05 is #DCF4FA. Grayscale: #111111. Windows color (decimal): -14480635 or 330531. OLE color: 330531.

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

Color convert

RGB35115-
CMYK00.690.860.86
HSL12º75%7.84%-
HSV(B)12º85.71%13.73%-
XYZ0.840.610.22-
YUV17.49120.95140.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 68.63%
GREEN value IS 11 (4.69% from 255) = 21.57%
BLUE value IS 5 (2.34% from 255) = 9.80%
R=68.63%
G=21.57%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511500.690.860.8612757.84
Hex23B50455656c4b8
Octal4313501051261261411310
Binary10001110111010100010110101101010110110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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