Html Css Color HEX #250C08 Seal Brown

📋 copy color: '#250C08'

red 37 ◦ green 12 ◦ blue 8

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

Shades of Seal Brown #250C08

Tints of Seal Brown #250C08

RGB

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

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

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

R = 64.91%
G = 21.05%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250C08 (or 0x250C08) is known color: Seal Brown. HEX triplet: 25, 0C and 08. RGB value is (37,12,8). Sum of RGB (Red+Green+Blue) = 37+12+8=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C08 is #DAF3F7. Grayscale: #131313. Windows color (decimal): -14349304 or 527397. OLE color: 527397.

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

Color convert

RGB 37 12 8 -
CMYK 0 0.68 0.78 0.85
HSL 8.28º 0.64% 0.09% -
HSV(B) 8.28º 0.78% 0.15% -
XYZ 0.94 0.67 0.31 -
YUV 19.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 37 12 8 0 0.68 0.78 0.85 8.28 0.64 0.09
Hex 25 C 8 0 44 4E 55 8 40 9
Octal 45 14 10 0 104 116 125 10 100 11
Binary 100101 1100 1000 0 1000100 1001110 1010101 1000 1000000 1001

Color Harmonies of #250C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C08

Black with #250C08

Text Example


Text Example

White with #250C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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