Html Css Color HEX #270A00 Seal Brown

📋 copy color: '#270A00'

red 39 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #270A00

Tints of Seal Brown #270A00

RGB

 RED value IS 39 (15.63% from 255) = 79.59%

 GREEN value IS 10 (4.3% from 255) = 20.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.59%
G = 20.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#270A00 (or 0x270A00) is known color: Seal Brown. HEX triplet: 27, 0A and 00. RGB value is (39,10,0). Sum of RGB (Red+Green+Blue) = 39+10+0=49 (6% of max value = 765). Red value is 39 (15.62% from 255 or 79.59% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 39 - color contains mainly: red. Hex color #270A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A00 is #D8F5FF. Grayscale: #111111. Windows color (decimal): -14218752 or 2599. OLE color: 2599.

HSL color Cylindrical-coordinate representation of color #270A00: hue angle of 15.38º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 10 0 -
CMYK 0 0.74 1 0.85
HSL 15.38º 1% 0.08% -
HSV(B) 15.38º 1% 0.15% -
XYZ 0.95 0.65 0.08 -
YUV 17.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 39 10 0 0 0.74 1 0.85 15.38 1 0.08
Hex 27 A 0 0 4A 64 55 F 64 8
Octal 47 12 0 0 112 144 125 17 144 10
Binary 100111 1010 0 0 1001010 1100100 1010101 1111 1100100 1000

Color Harmonies of #270A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270A00

Black with #270A00

Text Example


Text Example

White with #270A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270A00; }

 p { color: rgb(39,10,0); }

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

background-color css

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

 a { background-color: rgb(39,10,0); }

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

border-color css

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

 span { border-color: rgb(39,10,0); }

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