Html Css Color HEX #230808 Seal Brown

📋 copy color: '#230808'

red 35 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #230808

Tints of Seal Brown #230808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.69%

 BLUE value IS 8 (3.52% from 255) = 15.69%

R = 68.63%
G = 15.69%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#230808 (or 0x230808) is known color: Seal Brown. HEX triplet: 23, 08 and 08. RGB value is (35,8,8). Sum of RGB (Red+Green+Blue) = 35+8+8=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #230808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230808 is #DCF7F7. Grayscale: #101010. Windows color (decimal): -14481400 or 526371. OLE color: 526371.

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

Color convert

RGB 35 8 8 -
CMYK 0 0.77 0.77 0.86
HSL 0.63% 0.08% -
HSV(B) 0.77% 0.14% -
XYZ 0.82 0.55 0.29 -
YUV 16.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 35 8 8 0 0.77 0.77 0.86 0 0.63 0.08
Hex 23 8 8 0 4D 4D 56 0 3F 8
Octal 43 10 10 0 115 115 126 0 77 10
Binary 100011 1000 1000 0 1001101 1001101 1010110 0 111111 1000

Color Harmonies of #230808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230808

Black with #230808

Text Example


Text Example

White with #230808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230808; }

 p { color: rgb(35,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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