Html Css Color HEX #230D00 Seal Brown

📋 copy color: '#230D00'

red 35 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #230D00

Tints of Seal Brown #230D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.92%
G = 27.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230D00 (or 0x230D00) is known color: Seal Brown. HEX triplet: 23, 0D and 00. RGB value is (35,13,0). Sum of RGB (Red+Green+Blue) = 35+13+0=48 (6% of max value = 765). Red value is 35 (14.06% from 255 or 72.92% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 35 - color contains mainly: red. Hex color #230D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D00 is #DCF2FF. Grayscale: #121212. Windows color (decimal): -14480128 or 3363. OLE color: 3363.

HSL color Cylindrical-coordinate representation of color #230D00: hue angle of 22.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230D00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 13 0 -
CMYK 0 0.63 1 0.86
HSL 22.29º 1% 0.07% -
HSV(B) 22.29º 1% 0.14% -
XYZ 0.84 0.65 0.08 -
YUV 18.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 35 13 0 0 0.63 1 0.86 22.29 1 0.07
Hex 23 D 0 0 3F 64 56 16 64 7
Octal 43 15 0 0 77 144 126 26 144 7
Binary 100011 1101 0 0 111111 1100100 1010110 10110 1100100 111

Color Harmonies of #230D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D00

Black with #230D00

Text Example


Text Example

White with #230D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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