Html Css Color HEX #301908 Cocoa Brown

📋 copy color: '#301908'

red 48 ◦ green 25 ◦ blue 8

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

Shades of Cocoa Brown #301908

Tints of Cocoa Brown #301908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.86%

 BLUE value IS 8 (3.52% from 255) = 9.88%

R = 59.26%
G = 30.86%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#301908 (or 0x301908) is known color: Cocoa Brown. HEX triplet: 30, 19 and 08. RGB value is (48,25,8). Sum of RGB (Red+Green+Blue) = 48+25+8=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301908 is #CFE6F7. Grayscale: #1E1E1E. Windows color (decimal): -13625080 or 530736. OLE color: 530736.

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

Color convert

RGB 48 25 8 -
CMYK 0 0.48 0.83 0.81
HSL 25.5º 0.71% 0.11% -
HSV(B) 25.5º 0.83% 0.19% -
XYZ 1.61 1.34 0.4 -
YUV 29.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 48 25 8 0 0.48 0.83 0.81 25.5 0.71 0.11
Hex 30 19 8 0 30 53 51 1A 47 B
Octal 60 31 10 0 60 123 121 32 107 13
Binary 110000 11001 1000 0 110000 1010011 1010001 11010 1000111 1011

Color Harmonies of #301908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301908

Black with #301908

Text Example


Text Example

White with #301908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301908; }

 p { color: rgb(48,25,8); }

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

background-color css

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

 a { background-color: rgb(48,25,8); }

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

border-color css

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

 span { border-color: rgb(48,25,8); }

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