Html Css Color HEX #230401 Seal Brown

📋 copy color: '#230401'

red 35 ◦ green 4 ◦ blue 1

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

Shades of Seal Brown #230401

Tints of Seal Brown #230401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10%

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

R = 87.5%
G = 10%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#230401 (or 0x230401) is known color: Seal Brown. HEX triplet: 23, 04 and 01. RGB value is (35,4,1). Sum of RGB (Red+Green+Blue) = 35+4+1=40 (5% of max value = 765). Red value is 35 (14.06% from 255 or 87.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 35 - color contains mainly: red. Hex color #230401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230401 is #DCFBFE. Grayscale: #0C0C0C. Windows color (decimal): -14482431 or 66595. OLE color: 66595.

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

Color convert

RGB 35 4 1 -
CMYK 0 0.89 0.97 0.86
HSL 5.29º 0.94% 0.07% -
HSV(B) 5.29º 0.97% 0.14% -
XYZ 0.74 0.45 0.08 -
YUV 12.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 35 4 1 0 0.89 0.97 0.86 5.29 0.94 0.07
Hex 23 4 1 0 59 61 56 5 5E 7
Octal 43 4 1 0 131 141 126 5 136 7
Binary 100011 100 1 0 1011001 1100001 1010110 101 1011110 111

Color Harmonies of #230401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230401

Black with #230401

Text Example


Text Example

White with #230401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230401; }

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

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

background-color css

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

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

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

border-color css

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

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

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