Html Css Color HEX #230200 Seal Brown

📋 copy color: '#230200'

red 35 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #230200

Tints of Seal Brown #230200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.41%

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

R = 94.59%
G = 5.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230200 (or 0x230200) is known color: Seal Brown. HEX triplet: 23, 02 and 00. RGB value is (35,2,0). Sum of RGB (Red+Green+Blue) = 35+2+0=37 (4% of max value = 765). Red value is 35 (14.06% from 255 or 94.59% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 35 - color contains mainly: red. Hex color #230200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230200 is #DCFDFF. Grayscale: #0B0B0B. Windows color (decimal): -14482944 or 547. OLE color: 547.

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

Color convert

RGB 35 2 0 -
CMYK 0 0.94 1 0.86
HSL 3.43º 1% 0.07% -
HSV(B) 3.43º 1% 0.14% -
XYZ 0.71 0.4 0.04 -
YUV 11.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 35 2 0 0 0.94 1 0.86 3.43 1 0.07
Hex 23 2 0 0 5E 64 56 3 64 7
Octal 43 2 0 0 136 144 126 3 144 7
Binary 100011 10 0 0 1011110 1100100 1010110 11 1100100 111

Color Harmonies of #230200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230200

Black with #230200

Text Example


Text Example

White with #230200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230200; }

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

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

background-color css

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

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

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

border-color css

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

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

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