Html Css Color HEX #301F0A Cocoa Brown

📋 copy color: '#301F0A'

red 48 ◦ green 31 ◦ blue 10

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

Shades of Cocoa Brown #301F0A

Tints of Cocoa Brown #301F0A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 34.83%

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

R = 53.93%
G = 34.83%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#301F0A (or 0x301F0A) is known color: Cocoa Brown. HEX triplet: 30, 1F and 0A. RGB value is (48,31,10). Sum of RGB (Red+Green+Blue) = 48+31+10=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0A is #CFE0F5. Grayscale: #212121. Windows color (decimal): -13623542 or 663344. OLE color: 663344.

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

Color convert

RGB 48 31 10 -
CMYK 0 0.35 0.79 0.81
HSL 33.16º 0.66% 0.11% -
HSV(B) 33.16º 0.79% 0.19% -
XYZ 1.76 1.63 0.51 -
YUV 33.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 48 31 10 0 0.35 0.79 0.81 33.16 0.66 0.11
Hex 30 1F A 0 23 4F 51 21 42 B
Octal 60 37 12 0 43 117 121 41 102 13
Binary 110000 11111 1010 0 100011 1001111 1010001 100001 1000010 1011

Color Harmonies of #301F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F0A

Black with #301F0A

Text Example


Text Example

White with #301F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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