Html Css Color HEX #230701 Seal Brown

📋 copy color: '#230701'

red 35 ◦ green 7 ◦ blue 1

#230701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #230701

Tints of Seal Brown #230701

RGB

 RED value IS 35 (14.06% from 255) = 81.4%

 GREEN value IS 7 (3.13% from 255) = 16.28%

 BLUE value IS 1 (0.78% from 255) = 2.33%

R = 81.4%
G = 16.28%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#230701 (or 0x230701) is known color: Seal Brown. HEX triplet: 23, 07 and 01. RGB value is (35,7,1). Sum of RGB (Red+Green+Blue) = 35+7+1=43 (5% of max value = 765). Red value is 35 (14.06% from 255 or 81.40% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 35 - color contains mainly: red. Hex color #230701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230701 is #DCF8FE. Grayscale: #0E0E0E. Windows color (decimal): -14481663 or 67363. OLE color: 67363.

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

Color convert

RGB 35 7 1 -
CMYK 0 0.80 0.97 0.86
HSL 10.59º 0.94% 0.07% -
HSV(B) 10.59º 0.97% 0.14% -
XYZ 0.77 0.51 0.09 -
YUV 14.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 35 7 1 0 0.80 0.97 0.86 10.59 0.94 0.07
Hex 23 7 1 0 50 61 56 B 5E 7
Octal 43 7 1 0 120 141 126 13 136 7
Binary 100011 111 1 0 1010000 1100001 1010110 1011 1011110 111

Color Harmonies of #230701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230701

Black with #230701

Text Example


Text Example

White with #230701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230701; }

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

 H1.HeaderClassName
 {
   color: #230701;
 }
 .AnyTagClassName
 {
   color: #230701;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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