Html Css Color HEX #231008 Seal Brown

📋 copy color: '#231008'

red 35 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #231008

Tints of Seal Brown #231008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

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

R = 59.32%
G = 27.12%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#231008 (or 0x231008) is known color: Seal Brown. HEX triplet: 23, 10 and 08. RGB value is (35,16,8). Sum of RGB (Red+Green+Blue) = 35+16+8=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #231008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231008 is #DCEFF7. Grayscale: #141414. Windows color (decimal): -14479352 or 528419. OLE color: 528419.

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

Color convert

RGB 35 16 8 -
CMYK 0 0.54 0.77 0.86
HSL 17.78º 0.63% 0.08% -
HSV(B) 17.78º 0.77% 0.14% -
XYZ 0.92 0.75 0.33 -
YUV 20.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 35 16 8 0 0.54 0.77 0.86 17.78 0.63 0.08
Hex 23 10 8 0 36 4D 56 12 3F 8
Octal 43 20 10 0 66 115 126 22 77 10
Binary 100011 10000 1000 0 110110 1001101 1010110 10010 111111 1000

Color Harmonies of #231008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231008

Black with #231008

Text Example


Text Example

White with #231008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231008; }

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

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

background-color css

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

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

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

border-color css

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

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

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