Html Css Color HEX #24100A Seal Brown

📋 copy color: '#24100A'

red 36 ◦ green 16 ◦ blue 10

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

Shades of Seal Brown #24100A

Tints of Seal Brown #24100A

RGB

 RED value IS 36 (14.45% from 255) = 58.06%

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

 BLUE value IS 10 (4.3% from 255) = 16.13%

R = 58.06%
G = 25.81%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#24100A (or 0x24100A) is known color: Seal Brown. HEX triplet: 24, 10 and 0A. RGB value is (36,16,10). Sum of RGB (Red+Green+Blue) = 36+16+10=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #24100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24100A is #DBEFF5. Grayscale: #151515. Windows color (decimal): -14413814 or 659492. OLE color: 659492.

HSL color Cylindrical-coordinate representation of color #24100A: hue angle of 13.85º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24100A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 16 10 -
CMYK 0 0.56 0.72 0.86
HSL 13.85º 0.57% 0.09% -
HSV(B) 13.85º 0.72% 0.14% -
XYZ 0.97 0.77 0.38 -
YUV 21.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 36 16 10 0 0.56 0.72 0.86 13.85 0.57 0.09
Hex 24 10 A 0 38 48 56 E 39 9
Octal 44 20 12 0 70 110 126 16 71 11
Binary 100100 10000 1010 0 111000 1001000 1010110 1110 111001 1001

Color Harmonies of #24100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24100A

Black with #24100A

Text Example


Text Example

White with #24100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24100A; }

 p { color: rgb(36,16,10); }

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

background-color css

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

 a { background-color: rgb(36,16,10); }

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

border-color css

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

 span { border-color: rgb(36,16,10); }

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