Html Css Color HEX #260F02 Seal Brown

📋 copy color: '#260F02'

red 38 ◦ green 15 ◦ blue 2

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

Shades of Seal Brown #260F02

Tints of Seal Brown #260F02

RGB

 RED value IS 38 (15.23% from 255) = 69.09%

 GREEN value IS 15 (6.25% from 255) = 27.27%

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

R = 69.09%
G = 27.27%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#260F02 (or 0x260F02) is known color: Seal Brown. HEX triplet: 26, 0F and 02. RGB value is (38,15,2). Sum of RGB (Red+Green+Blue) = 38+15+2=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F02 is #D9F0FD. Grayscale: #141414. Windows color (decimal): -14283006 or 134950. OLE color: 134950.

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

Color convert

RGB 38 15 2 -
CMYK 0 0.61 0.95 0.85
HSL 21.67º 0.9% 0.08% -
HSV(B) 21.67º 0.95% 0.15% -
XYZ 0.98 0.76 0.15 -
YUV 20.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 38 15 2 0 0.61 0.95 0.85 21.67 0.9 0.08
Hex 26 F 2 0 3D 5F 55 16 5A 8
Octal 46 17 2 0 75 137 125 26 132 10
Binary 100110 1111 10 0 111101 1011111 1010101 10110 1011010 1000

Color Harmonies of #260F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F02

Black with #260F02

Text Example


Text Example

White with #260F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260F02; }

 p { color: rgb(38,15,2); }

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

background-color css

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

 a { background-color: rgb(38,15,2); }

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

border-color css

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

 span { border-color: rgb(38,15,2); }

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