Html Css Color HEX #240502 Seal Brown

📋 copy color: '#240502'

red 36 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #240502

Tints of Seal Brown #240502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4.65%

R = 83.72%
G = 11.63%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#240502 (or 0x240502) is known color: Seal Brown. HEX triplet: 24, 05 and 02. RGB value is (36,5,2). Sum of RGB (Red+Green+Blue) = 36+5+2=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240502 is #DBFAFD. Grayscale: #0D0D0D. Windows color (decimal): -14416638 or 132388. OLE color: 132388.

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

Color convert

RGB 36 5 2 -
CMYK 0 0.86 0.94 0.86
HSL 5.29º 0.89% 0.07% -
HSV(B) 5.29º 0.94% 0.14% -
XYZ 0.79 0.49 0.11 -
YUV 13.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 36 5 2 0 0.86 0.94 0.86 5.29 0.89 0.07
Hex 24 5 2 0 56 5E 56 5 59 7
Octal 44 5 2 0 126 136 126 5 131 7
Binary 100100 101 10 0 1010110 1011110 1010110 101 1011001 111

Color Harmonies of #240502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240502

Black with #240502

Text Example


Text Example

White with #240502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240502; }

 p { color: rgb(36,5,2); }

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

background-color css

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

 a { background-color: rgb(36,5,2); }

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

border-color css

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

 span { border-color: rgb(36,5,2); }

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