Html Css Color HEX #230500 Seal Brown

📋 copy color: '#230500'

red 35 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #230500

Tints of Seal Brown #230500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.5%

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

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#230500 (or 0x230500) is known color: Seal Brown. HEX triplet: 23, 05 and 00. RGB value is (35,5,0). Sum of RGB (Red+Green+Blue) = 35+5+0=40 (5% of max value = 765). Red value is 35 (14.06% from 255 or 87.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 35 - color contains mainly: red. Hex color #230500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230500 is #DCFAFF. Grayscale: #0D0D0D. Windows color (decimal): -14482176 or 1315. OLE color: 1315.

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

Color convert

RGB 35 5 0 -
CMYK 0 0.86 1 0.86
HSL 8.57º 1% 0.07% -
HSV(B) 8.57º 1% 0.14% -
XYZ 0.75 0.47 0.05 -
YUV 13.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 35 5 0 0 0.86 1 0.86 8.57 1 0.07
Hex 23 5 0 0 56 64 56 9 64 7
Octal 43 5 0 0 126 144 126 11 144 7
Binary 100011 101 0 0 1010110 1100100 1010110 1001 1100100 111

Color Harmonies of #230500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230500

Black with #230500

Text Example


Text Example

White with #230500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230500; }

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

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

background-color css

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

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

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

border-color css

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

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

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