Html Css Color HEX #250602 Seal Brown

📋 copy color: '#250602'

red 37 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #250602

Tints of Seal Brown #250602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.33%

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

R = 82.22%
G = 13.33%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#250602 (or 0x250602) is known color: Seal Brown. HEX triplet: 25, 06 and 02. RGB value is (37,6,2). Sum of RGB (Red+Green+Blue) = 37+6+2=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250602 is #DAF9FD. Grayscale: #0E0E0E. Windows color (decimal): -14350846 or 132645. OLE color: 132645.

HSL color Cylindrical-coordinate representation of color #250602: hue angle of 6.86º 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 #250602 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 6 2 -
CMYK 0 0.84 0.95 0.85
HSL 6.86º 0.9% 0.08% -
HSV(B) 6.86º 0.95% 0.15% -
XYZ 0.84 0.53 0.12 -
YUV 14.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 37 6 2 0 0.84 0.95 0.85 6.86 0.9 0.08
Hex 25 6 2 0 54 5F 55 7 5A 8
Octal 45 6 2 0 124 137 125 7 132 10
Binary 100101 110 10 0 1010100 1011111 1010101 111 1011010 1000

Color Harmonies of #250602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250602

Black with #250602

Text Example


Text Example

White with #250602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250602; }

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

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

background-color css

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

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

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

border-color css

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

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

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