Html Css Color HEX #301A0A Cocoa Brown

📋 copy color: '#301A0A'

red 48 ◦ green 26 ◦ blue 10

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

Shades of Cocoa Brown #301A0A

Tints of Cocoa Brown #301A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.9%

R = 57.14%
G = 30.95%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#301A0A (or 0x301A0A) is known color: Cocoa Brown. HEX triplet: 30, 1A and 0A. RGB value is (48,26,10). Sum of RGB (Red+Green+Blue) = 48+26+10=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A0A is #CFE5F5. Grayscale: #1E1E1E. Windows color (decimal): -13624822 or 662064. OLE color: 662064.

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

Color convert

RGB 48 26 10 -
CMYK 0 0.46 0.79 0.81
HSL 25.26º 0.66% 0.11% -
HSV(B) 25.26º 0.79% 0.19% -
XYZ 1.64 1.39 0.47 -
YUV 30.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 48 26 10 0 0.46 0.79 0.81 25.26 0.66 0.11
Hex 30 1A A 0 2E 4F 51 19 42 B
Octal 60 32 12 0 56 117 121 31 102 13
Binary 110000 11010 1010 0 101110 1001111 1010001 11001 1000010 1011

Color Harmonies of #301A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A0A

Black with #301A0A

Text Example


Text Example

White with #301A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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