Html Css Color HEX #301805 Cocoa Brown

📋 copy color: '#301805'

red 48 ◦ green 24 ◦ blue 5

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

Shades of Cocoa Brown #301805

Tints of Cocoa Brown #301805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.17%

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

R = 62.34%
G = 31.17%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#301805 (or 0x301805) is known color: Cocoa Brown. HEX triplet: 30, 18 and 05. RGB value is (48,24,5). Sum of RGB (Red+Green+Blue) = 48+24+5=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #301805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301805 is #CFE7FA. Grayscale: #1D1D1D. Windows color (decimal): -13625339 or 333872. OLE color: 333872.

HSL color Cylindrical-coordinate representation of color #301805: hue angle of 26.51º 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 #301805 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 5 -
CMYK 0 0.5 0.90 0.81
HSL 26.51º 0.81% 0.1% -
HSV(B) 26.51º 0.9% 0.19% -
XYZ 1.57 1.29 0.31 -
YUV 29.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 48 24 5 0 0.5 0.90 0.81 26.51 0.81 0.1
Hex 30 18 5 0 32 5A 51 1B 51 A
Octal 60 30 5 0 62 132 121 33 121 12
Binary 110000 11000 101 0 110010 1011010 1010001 11011 1010001 1010

Color Harmonies of #301805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301805

Black with #301805

Text Example


Text Example

White with #301805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301805; }

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

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

background-color css

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

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

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

border-color css

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

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

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