#230601

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

Shades of Seal Brown #230601

Tints of Seal Brown #230601

Color information

#230601 (or 0x230601) is unknown color: approx Seal Brown. HEX triplet: 23, 06 and 01. RGB value is (35,6,1). Sum of RGB (Red+Green+Blue) = 35+6+1=42 (5% of max value = 765). Red value is 35 (14.06% from 255 or 83.33% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 35 - color contains mainly: red. Hex color #230601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230601 is #DCF9FE. Grayscale: #0E0E0E. Windows color (decimal): -14481919 or 67107. OLE color: 67107.

HSL color Cylindrical-coordinate representation of color #230601: hue angle of 8.82º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230601 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB3561-
CMYK00.830.970.86
HSL8.82º94.44%7.06%-
HSV(B)8.82º97.14%13.73%-
XYZ0.760.490.08-
YUV14.1120.61142.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 83.33%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=83.33%
G=14.29%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal356100.830.970.868.8294.447.06
Hex2361053615695e7
Octal43610123141126111367
Binary1000111101010100111100001101011010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230601; }

 p { color: rgb(35,6,1); }

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

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

 a { background-color: rgb(35,6,1); }

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

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

 span { border-color: rgb(35,6,1); }

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