Html Css Color HEX #301E05 Cocoa Brown

📋 copy color: '#301E05'

red 48 ◦ green 30 ◦ blue 5

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

Shades of Cocoa Brown #301E05

Tints of Cocoa Brown #301E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 36.14%

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

R = 57.83%
G = 36.14%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#301E05 (or 0x301E05) is known color: Cocoa Brown. HEX triplet: 30, 1E and 05. RGB value is (48,30,5). Sum of RGB (Red+Green+Blue) = 48+30+5=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E05 is #CFE1FA. Grayscale: #202020. Windows color (decimal): -13623803 or 335408. OLE color: 335408.

HSL color Cylindrical-coordinate representation of color #301E05: hue angle of 34.88º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #301E05 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 5 -
CMYK 0 0.37 0.90 0.81
HSL 34.88º 0.81% 0.1% -
HSV(B) 34.88º 0.9% 0.19% -
XYZ 1.71 1.57 0.36 -
YUV 32.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 48 30 5 0 0.37 0.90 0.81 34.88 0.81 0.1
Hex 30 1E 5 0 25 5A 51 23 51 A
Octal 60 36 5 0 45 132 121 43 121 12
Binary 110000 11110 101 0 100101 1011010 1010001 100011 1010001 1010

Color Harmonies of #301E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E05

Black with #301E05

Text Example


Text Example

White with #301E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,30,5); }

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

background-color css

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

 a { background-color: rgb(48,30,5); }

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

border-color css

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

 span { border-color: rgb(48,30,5); }

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