#230B07

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

Shades of Seal Brown #230B07

Tints of Seal Brown #230B07

Color information

#230B07 (or 0x230B07) is unknown color: approx Seal Brown. HEX triplet: 23, 0B and 07. RGB value is (35,11,7). Sum of RGB (Red+Green+Blue) = 35+11+7=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 7 (3.12% from 255 or 13.21% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B07 is #DCF4F8. Grayscale: #111111. Windows color (decimal): -14480633 or 461603. OLE color: 461603.

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

Color convert

RGB35117-
CMYK00.690.800.86
HSL8.57º66.67%8.24%-
HSV(B)8.57º80%13.73%-
XYZ0.850.610.27-
YUV17.72121.95140.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 11 (4.69% from 255) = 20.75%
BLUE value IS 7 (3.12% from 255) = 13.21%
R=66.04%
G=20.75%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511700.690.800.868.5766.678.24
Hex23B704550569438
Octal4313701051201261110310
Binary10001110111110100010110100001010110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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