Html Css Color HEX #230D01 Seal Brown

📋 copy color: '#230D01'

red 35 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #230D01

Tints of Seal Brown #230D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26.53%

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

R = 71.43%
G = 26.53%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#230D01 (or 0x230D01) is known color: Seal Brown. HEX triplet: 23, 0D and 01. RGB value is (35,13,1). Sum of RGB (Red+Green+Blue) = 35+13+1=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #230D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D01 is #DCF2FE. Grayscale: #121212. Windows color (decimal): -14480127 or 68899. OLE color: 68899.

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

Color convert

RGB 35 13 1 -
CMYK 0 0.63 0.97 0.86
HSL 21.18º 0.94% 0.07% -
HSV(B) 21.18º 0.97% 0.14% -
XYZ 0.84 0.65 0.11 -
YUV 18.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 35 13 1 0 0.63 0.97 0.86 21.18 0.94 0.07
Hex 23 D 1 0 3F 61 56 15 5E 7
Octal 43 15 1 0 77 141 126 25 136 7
Binary 100011 1101 1 0 111111 1100001 1010110 10101 1011110 111

Color Harmonies of #230D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D01

Black with #230D01

Text Example


Text Example

White with #230D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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