Html Css Color HEX #301A07 Cocoa Brown

📋 copy color: '#301A07'

red 48 ◦ green 26 ◦ blue 7

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

Shades of Cocoa Brown #301A07

Tints of Cocoa Brown #301A07

RGB

 RED value IS 48 (19.14% from 255) = 59.26%

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

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

R = 59.26%
G = 32.1%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#301A07 (or 0x301A07) is known color: Cocoa Brown. HEX triplet: 30, 1A and 07. RGB value is (48,26,7). Sum of RGB (Red+Green+Blue) = 48+26+7=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A07 is #CFE5F8. Grayscale: #1E1E1E. Windows color (decimal): -13624825 or 465456. OLE color: 465456.

HSL color Cylindrical-coordinate representation of color #301A07: hue angle of 27.8º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301A07 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 26 7 -
CMYK 0 0.46 0.85 0.81
HSL 27.8º 0.75% 0.11% -
HSV(B) 27.8º 0.85% 0.19% -
XYZ 1.63 1.38 0.38 -
YUV 30.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 48 26 7 0 0.46 0.85 0.81 27.8 0.75 0.11
Hex 30 1A 7 0 2E 55 51 1C 4B B
Octal 60 32 7 0 56 125 121 34 113 13
Binary 110000 11010 111 0 101110 1010101 1010001 11100 1001011 1011

Color Harmonies of #301A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A07

Black with #301A07

Text Example


Text Example

White with #301A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,7); }

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

background-color css

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

 a { background-color: rgb(48,26,7); }

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

border-color css

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

 span { border-color: rgb(48,26,7); }

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