#230706

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

Shades of Seal Brown #230706

Tints of Seal Brown #230706

Color information

#230706 (or 0x230706) is unknown color: approx Seal Brown. HEX triplet: 23, 07 and 06. RGB value is (35,7,6). Sum of RGB (Red+Green+Blue) = 35+7+6=48 (6% of max value = 765). Red value is 35 (14.06% from 255 or 72.92% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 35 - color contains mainly: red. Hex color #230706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230706 is #DCF8F9. Grayscale: #0F0F0F. Windows color (decimal): -14481658 or 395043. OLE color: 395043.

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

Color convert

RGB3576-
CMYK00.800.830.86
HSL2.07º70.73%8.04%-
HSV(B)2.07º82.86%13.73%-
XYZ0.80.520.23-
YUV15.26122.78142.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 72.92%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=72.92%
G=14.58%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal357600.800.830.862.0770.738.04
Hex237605053562478
Octal43760120123126210710
Binary10001111111001010000101001110101101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230706; }

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

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

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

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

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

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

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

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