Html Css Color HEX #230400 Seal Brown

📋 copy color: '#230400'

red 35 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #230400

Tints of Seal Brown #230400

RGB

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

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

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

R = 89.74%
G = 10.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230400 (or 0x230400) is known color: Seal Brown. HEX triplet: 23, 04 and 00. RGB value is (35,4,0). Sum of RGB (Red+Green+Blue) = 35+4+0=39 (5% of max value = 765). Red value is 35 (14.06% from 255 or 89.74% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 35 - color contains mainly: red. Hex color #230400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230400 is #DCFBFF. Grayscale: #0C0C0C. Windows color (decimal): -14482432 or 1059. OLE color: 1059.

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

Color convert

RGB 35 4 0 -
CMYK 0 0.89 1 0.86
HSL 6.86º 1% 0.07% -
HSV(B) 6.86º 1% 0.14% -
XYZ 0.74 0.44 0.05 -
YUV 12.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 35 4 0 0 0.89 1 0.86 6.86 1 0.07
Hex 23 4 0 0 59 64 56 7 64 7
Octal 43 4 0 0 131 144 126 7 144 7
Binary 100011 100 0 0 1011001 1100100 1010110 111 1100100 111

Color Harmonies of #230400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230400

Black with #230400

Text Example


Text Example

White with #230400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230400; }

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

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

background-color css

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

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

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

border-color css

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

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

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