Html Css Color HEX #240702 Seal Brown

📋 copy color: '#240702'

red 36 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #240702

Tints of Seal Brown #240702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.56%

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

R = 80%
G = 15.56%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#240702 (or 0x240702) is known color: Seal Brown. HEX triplet: 24, 07 and 02. RGB value is (36,7,2). Sum of RGB (Red+Green+Blue) = 36+7+2=45 (5% of max value = 765). Red value is 36 (14.45% from 255 or 80% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 36 - color contains mainly: red. Hex color #240702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240702 is #DBF8FD. Grayscale: #0F0F0F. Windows color (decimal): -14416126 or 132900. OLE color: 132900.

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

Color convert

RGB 36 7 2 -
CMYK 0 0.81 0.94 0.86
HSL 8.82º 0.89% 0.07% -
HSV(B) 8.82º 0.94% 0.14% -
XYZ 0.81 0.53 0.12 -
YUV 15.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 36 7 2 0 0.81 0.94 0.86 8.82 0.89 0.07
Hex 24 7 2 0 51 5E 56 9 59 7
Octal 44 7 2 0 121 136 126 11 131 7
Binary 100100 111 10 0 1010001 1011110 1010110 1001 1011001 111

Color Harmonies of #240702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240702

Black with #240702

Text Example


Text Example

White with #240702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240702; }

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

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

background-color css

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

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

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

border-color css

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

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

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