#231007

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

Shades of Seal Brown #231007

Tints of Seal Brown #231007

Color information

#231007 (or 0x231007) is unknown color: approx Seal Brown. HEX triplet: 23, 10 and 07. RGB value is (35,16,7). Sum of RGB (Red+Green+Blue) = 35+16+7=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231007 is #DCEFF8. Grayscale: #141414. Windows color (decimal): -14479353 or 462883. OLE color: 462883.

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

Color convert

RGB35167-
CMYK00.540.800.86
HSL19.29º66.67%8.24%-
HSV(B)19.29º80%13.73%-
XYZ0.920.740.3-
YUV20.66120.29138.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=60.34%
G=27.59%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3516700.540.800.8619.2966.678.24
Hex23107036505613438
Octal432070661201262310310
Binary100011100001110110110101000010101101001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231007; }

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

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

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

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

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

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

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

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