Html Css Color HEX #271A02 Cocoa Brown

📋 copy color: '#271A02'

red 39 ◦ green 26 ◦ blue 2

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

Shades of Cocoa Brown #271A02

Tints of Cocoa Brown #271A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 38.81%

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

R = 58.21%
G = 38.81%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#271A02 (or 0x271A02) is known color: Cocoa Brown. HEX triplet: 27, 1A and 02. RGB value is (39,26,2). Sum of RGB (Red+Green+Blue) = 39+26+2=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A02 is #D8E5FD. Grayscale: #1B1B1B. Windows color (decimal): -14214654 or 137767. OLE color: 137767.

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

Color convert

RGB 39 26 2 -
CMYK 0 0.33 0.95 0.85
HSL 38.92º 0.9% 0.08% -
HSV(B) 38.92º 0.95% 0.15% -
XYZ 1.22 1.17 0.22 -
YUV 27.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 39 26 2 0 0.33 0.95 0.85 38.92 0.9 0.08
Hex 27 1A 2 0 21 5F 55 27 5A 8
Octal 47 32 2 0 41 137 125 47 132 10
Binary 100111 11010 10 0 100001 1011111 1010101 100111 1011010 1000

Color Harmonies of #271A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A02

Black with #271A02

Text Example


Text Example

White with #271A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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