Html Css Color HEX #270A07 Seal Brown

📋 copy color: '#270A07'

red 39 ◦ green 10 ◦ blue 7

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

Shades of Seal Brown #270A07

Tints of Seal Brown #270A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.5%

R = 69.64%
G = 17.86%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#270A07 (or 0x270A07) is known color: Seal Brown. HEX triplet: 27, 0A and 07. RGB value is (39,10,7). Sum of RGB (Red+Green+Blue) = 39+10+7=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #270A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A07 is #D8F5F8. Grayscale: #121212. Windows color (decimal): -14218745 or 461351. OLE color: 461351.

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

Color convert

RGB 39 10 7 -
CMYK 0 0.74 0.82 0.85
HSL 5.63º 0.7% 0.09% -
HSV(B) 5.63º 0.82% 0.15% -
XYZ 0.98 0.66 0.28 -
YUV 18.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 39 10 7 0 0.74 0.82 0.85 5.63 0.7 0.09
Hex 27 A 7 0 4A 52 55 6 46 9
Octal 47 12 7 0 112 122 125 6 106 11
Binary 100111 1010 111 0 1001010 1010010 1010101 110 1000110 1001

Color Harmonies of #270A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270A07

Black with #270A07

Text Example


Text Example

White with #270A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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