Html Css Color HEX #301A09 Cocoa Brown

📋 copy color: '#301A09'

red 48 ◦ green 26 ◦ blue 9

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

Shades of Cocoa Brown #301A09

Tints of Cocoa Brown #301A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.84%

R = 57.83%
G = 31.33%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301A09 (or 0x301A09) is known color: Cocoa Brown. HEX triplet: 30, 1A and 09. RGB value is (48,26,9). Sum of RGB (Red+Green+Blue) = 48+26+9=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A09 is #CFE5F6. Grayscale: #1E1E1E. Windows color (decimal): -13624823 or 596528. OLE color: 596528.

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

Color convert

RGB 48 26 9 -
CMYK 0 0.46 0.81 0.81
HSL 26.15º 0.68% 0.11% -
HSV(B) 26.15º 0.81% 0.19% -
XYZ 1.64 1.39 0.44 -
YUV 30.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 48 26 9 0 0.46 0.81 0.81 26.15 0.68 0.11
Hex 30 1A 9 0 2E 51 51 1A 44 B
Octal 60 32 11 0 56 121 121 32 104 13
Binary 110000 11010 1001 0 101110 1010001 1010001 11010 1000100 1011

Color Harmonies of #301A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A09

Black with #301A09

Text Example


Text Example

White with #301A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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