Html Css Color HEX #301704 Cocoa Brown

📋 copy color: '#301704'

red 48 ◦ green 23 ◦ blue 4

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

Shades of Cocoa Brown #301704

Tints of Cocoa Brown #301704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 30.67%

 BLUE value IS 4 (1.95% from 255) = 5.33%

R = 64%
G = 30.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#301704 (or 0x301704) is known color: Cocoa Brown. HEX triplet: 30, 17 and 04. RGB value is (48,23,4). Sum of RGB (Red+Green+Blue) = 48+23+4=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301704 is #CFE8FB. Grayscale: #1C1C1C. Windows color (decimal): -13625596 or 268080. OLE color: 268080.

HSL color Cylindrical-coordinate representation of color #301704: hue angle of 25.91º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #301704 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 23 4 -
CMYK 0 0.52 0.92 0.81
HSL 25.91º 0.85% 0.1% -
HSV(B) 25.91º 0.92% 0.19% -
XYZ 1.55 1.25 0.27 -
YUV 28.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 48 23 4 0 0.52 0.92 0.81 25.91 0.85 0.1
Hex 30 17 4 0 34 5C 51 1A 55 A
Octal 60 27 4 0 64 134 121 32 125 12
Binary 110000 10111 100 0 110100 1011100 1010001 11010 1010101 1010

Color Harmonies of #301704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301704

Black with #301704

Text Example


Text Example

White with #301704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301704; }

 p { color: rgb(48,23,4); }

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

background-color css

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

 a { background-color: rgb(48,23,4); }

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

border-color css

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

 span { border-color: rgb(48,23,4); }

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