Html Css Color HEX #250C02 Seal Brown

📋 copy color: '#250C02'

red 37 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #250C02

Tints of Seal Brown #250C02

RGB

 RED value IS 37 (14.84% from 255) = 72.55%

 GREEN value IS 12 (5.08% from 255) = 23.53%

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

R = 72.55%
G = 23.53%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#250C02 (or 0x250C02) is known color: Seal Brown. HEX triplet: 25, 0C and 02. RGB value is (37,12,2). Sum of RGB (Red+Green+Blue) = 37+12+2=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #250C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C02 is #DAF3FD. Grayscale: #121212. Windows color (decimal): -14349310 or 134181. OLE color: 134181.

HSL color Cylindrical-coordinate representation of color #250C02: hue angle of 17.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250C02 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 12 2 -
CMYK 0 0.68 0.95 0.85
HSL 17.14º 0.9% 0.08% -
HSV(B) 17.14º 0.95% 0.15% -
XYZ 0.91 0.66 0.14 -
YUV 18.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 37 12 2 0 0.68 0.95 0.85 17.14 0.9 0.08
Hex 25 C 2 0 44 5F 55 11 5A 8
Octal 45 14 2 0 104 137 125 21 132 10
Binary 100101 1100 10 0 1000100 1011111 1010101 10001 1011010 1000

Color Harmonies of #250C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C02

Black with #250C02

Text Example


Text Example

White with #250C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C02; }

 p { color: rgb(37,12,2); }

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

background-color css

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

 a { background-color: rgb(37,12,2); }

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

border-color css

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

 span { border-color: rgb(37,12,2); }

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