Html Css Color HEX #301702 Cocoa Brown

📋 copy color: '#301702'

red 48 ◦ green 23 ◦ blue 2

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

Shades of Cocoa Brown #301702

Tints of Cocoa Brown #301702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.74%

R = 65.75%
G = 31.51%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#301702 (or 0x301702) is known color: Cocoa Brown. HEX triplet: 30, 17 and 02. RGB value is (48,23,2). Sum of RGB (Red+Green+Blue) = 48+23+2=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301702 is #CFE8FD. Grayscale: #1C1C1C. Windows color (decimal): -13625598 or 137008. OLE color: 137008.

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

Color convert

RGB 48 23 2 -
CMYK 0 0.52 0.96 0.81
HSL 27.39º 0.92% 0.1% -
HSV(B) 27.39º 0.96% 0.19% -
XYZ 1.54 1.25 0.22 -
YUV 28.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 48 23 2 0 0.52 0.96 0.81 27.39 0.92 0.1
Hex 30 17 2 0 34 60 51 1B 5C A
Octal 60 27 2 0 64 140 121 33 134 12
Binary 110000 10111 10 0 110100 1100000 1010001 11011 1011100 1010

Color Harmonies of #301702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301702

Black with #301702

Text Example


Text Example

White with #301702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301702; }

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

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

background-color css

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

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

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

border-color css

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

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

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