#230D07

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

Shades of Seal Brown #230D07

Tints of Seal Brown #230D07

Color information

#230D07 (or 0x230D07) is unknown color: approx Seal Brown. HEX triplet: 23, 0D and 07. RGB value is (35,13,7). Sum of RGB (Red+Green+Blue) = 35+13+7=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D07 is #DCF2F8. Grayscale: #121212. Windows color (decimal): -14480121 or 462115. OLE color: 462115.

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

Color convert

RGB35137-
CMYK00.630.800.86
HSL12.86º66.67%8.24%-
HSV(B)12.86º80%13.73%-
XYZ0.880.660.28-
YUV18.89121.29139.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 13 (5.47% from 255) = 23.64%
BLUE value IS 7 (3.12% from 255) = 12.73%
R=63.64%
G=23.64%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3513700.630.800.8612.8666.678.24
Hex23D703F5056d438
Octal431570771201261510310
Binary1000111101111011111110100001010110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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