#230705

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

Shades of Seal Brown #230705

Tints of Seal Brown #230705

Color information

#230705 (or 0x230705) is unknown color: approx Seal Brown. HEX triplet: 23, 07 and 05. RGB value is (35,7,5). Sum of RGB (Red+Green+Blue) = 35+7+5=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #230705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230705 is #DCF8FA. Grayscale: #0F0F0F. Windows color (decimal): -14481659 or 329507. OLE color: 329507.

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

Color convert

RGB3575-
CMYK00.800.860.86
HSL75%7.84%-
HSV(B)85.71%13.73%-
XYZ0.80.520.2-
YUV15.14122.28142.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 74.47%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=74.47%
G=14.89%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal357500.800.860.864757.84
Hex2375050565644b8
Octal43750120126126411310
Binary100011111101010100001010110101011010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230705; }

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

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

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

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

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

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

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

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