Html Css Color HEX #301D05 Cocoa Brown

📋 copy color: '#301D05'

red 48 ◦ green 29 ◦ blue 5

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

Shades of Cocoa Brown #301D05

Tints of Cocoa Brown #301D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

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

R = 58.54%
G = 35.37%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#301D05 (or 0x301D05) is known color: Cocoa Brown. HEX triplet: 30, 1D and 05. RGB value is (48,29,5). Sum of RGB (Red+Green+Blue) = 48+29+5=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D05 is #CFE2FA. Grayscale: #202020. Windows color (decimal): -13624059 or 335152. OLE color: 335152.

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

Color convert

RGB 48 29 5 -
CMYK 0 0.40 0.90 0.81
HSL 33.49º 0.81% 0.1% -
HSV(B) 33.49º 0.9% 0.19% -
XYZ 1.69 1.52 0.35 -
YUV 31.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 48 29 5 0 0.40 0.90 0.81 33.49 0.81 0.1
Hex 30 1D 5 0 28 5A 51 21 51 A
Octal 60 35 5 0 50 132 121 41 121 12
Binary 110000 11101 101 0 101000 1011010 1010001 100001 1010001 1010

Color Harmonies of #301D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D05

Black with #301D05

Text Example


Text Example

White with #301D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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