Html Css Color HEX #270B00 Seal Brown

📋 copy color: '#270B00'

red 39 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #270B00

Tints of Seal Brown #270B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22%

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

R = 78%
G = 22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#270B00 (or 0x270B00) is known color: Seal Brown. HEX triplet: 27, 0B and 00. RGB value is (39,11,0). Sum of RGB (Red+Green+Blue) = 39+11+0=50 (6% of max value = 765). Red value is 39 (15.62% from 255 or 78% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 39 - color contains mainly: red. Hex color #270B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B00 is #D8F4FF. Grayscale: #121212. Windows color (decimal): -14218496 or 2855. OLE color: 2855.

HSL color Cylindrical-coordinate representation of color #270B00: hue angle of 16.92º 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 #270B00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 11 0 -
CMYK 0 0.72 1 0.85
HSL 16.92º 1% 0.08% -
HSV(B) 16.92º 1% 0.15% -
XYZ 0.96 0.67 0.08 -
YUV 18.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 39 11 0 0 0.72 1 0.85 16.92 1 0.08
Hex 27 B 0 0 48 64 55 11 64 8
Octal 47 13 0 0 110 144 125 21 144 10
Binary 100111 1011 0 0 1001000 1100100 1010101 10001 1100100 1000

Color Harmonies of #270B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270B00

Black with #270B00

Text Example


Text Example

White with #270B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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