Html Css Color HEX #270B05 Seal Brown

📋 copy color: '#270B05'

red 39 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #270B05

Tints of Seal Brown #270B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.09%

R = 70.91%
G = 20%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#270B05 (or 0x270B05) is known color: Seal Brown. HEX triplet: 27, 0B and 05. RGB value is (39,11,5). Sum of RGB (Red+Green+Blue) = 39+11+5=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #270B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B05 is #D8F4FA. Grayscale: #121212. Windows color (decimal): -14218491 or 330535. OLE color: 330535.

HSL color Cylindrical-coordinate representation of color #270B05: hue angle of 10.59º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270B05 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 11 5 -
CMYK 0 0.72 0.87 0.85
HSL 10.59º 0.77% 0.09% -
HSV(B) 10.59º 0.87% 0.15% -
XYZ 0.98 0.68 0.22 -
YUV 18.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 39 11 5 0 0.72 0.87 0.85 10.59 0.77 0.09
Hex 27 B 5 0 48 57 55 B 4D 9
Octal 47 13 5 0 110 127 125 13 115 11
Binary 100111 1011 101 0 1001000 1010111 1010101 1011 1001101 1001

Color Harmonies of #270B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270B05

Black with #270B05

Text Example


Text Example

White with #270B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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