Html Css Color HEX #271502 Cocoa Brown

📋 copy color: '#271502'

red 39 ◦ green 21 ◦ blue 2

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

Shades of Cocoa Brown #271502

Tints of Cocoa Brown #271502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 33.87%

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

R = 62.9%
G = 33.87%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#271502 (or 0x271502) is known color: Cocoa Brown. HEX triplet: 27, 15 and 02. RGB value is (39,21,2). Sum of RGB (Red+Green+Blue) = 39+21+2=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #271502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271502 is #D8EAFD. Grayscale: #181818. Windows color (decimal): -14215934 or 136487. OLE color: 136487.

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

Color convert

RGB 39 21 2 -
CMYK 0 0.46 0.95 0.85
HSL 30.81º 0.9% 0.08% -
HSV(B) 30.81º 0.95% 0.15% -
XYZ 1.12 0.97 0.19 -
YUV 24.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 39 21 2 0 0.46 0.95 0.85 30.81 0.9 0.08
Hex 27 15 2 0 2E 5F 55 1F 5A 8
Octal 47 25 2 0 56 137 125 37 132 10
Binary 100111 10101 10 0 101110 1011111 1010101 11111 1011010 1000

Color Harmonies of #271502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271502

Black with #271502

Text Example


Text Example

White with #271502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271502; }

 p { color: rgb(39,21,2); }

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

background-color css

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

 a { background-color: rgb(39,21,2); }

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

border-color css

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

 span { border-color: rgb(39,21,2); }

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