#230F05

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

Shades of Seal Brown #230F05

Tints of Seal Brown #230F05

Color information

#230F05 (or 0x230F05) is unknown color: approx Seal Brown. HEX triplet: 23, 0F and 05. RGB value is (35,15,5). Sum of RGB (Red+Green+Blue) = 35+15+5=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F05 is #DCF0FA. Grayscale: #131313. Windows color (decimal): -14479611 or 331555. OLE color: 331555.

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

Color convert

RGB35155-
CMYK00.570.860.86
HSL20º75%7.84%-
HSV(B)20º85.71%13.73%-
XYZ0.890.710.23-
YUV19.84119.63138.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=63.64%
G=27.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3515500.570.860.8620757.84
Hex23F50395656144b8
Octal431750711261262411310
Binary10001111111010111001101011010101101010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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