Html Css Color HEX #3F2405 Cocoa Brown

📋 copy color: '#3F2405'

red 63 ◦ green 36 ◦ blue 5

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

Shades of Cocoa Brown #3F2405

Tints of Cocoa Brown #3F2405

RGB

 RED value IS 63 (25% from 255) = 60.58%

 GREEN value IS 36 (14.45% from 255) = 34.62%

 BLUE value IS 5 (2.34% from 255) = 4.81%

R = 60.58%
G = 34.62%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#3F2405 (or 0x3F2405) is known color: Cocoa Brown. HEX triplet: 3F, 24 and 05. RGB value is (63,36,5). Sum of RGB (Red+Green+Blue) = 63+36+5=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2405 is #C0DBFA. Grayscale: #282828. Windows color (decimal): -12639227 or 336959. OLE color: 336959.

HSL color Cylindrical-coordinate representation of color #3F2405: hue angle of 32.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F2405 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 36 5 -
CMYK 0 0.43 0.92 0.75
HSL 32.07º 0.85% 0.13% -
HSV(B) 32.07º 0.92% 0.25% -
XYZ 2.71 2.33 0.45 -
YUV 40.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 63 36 5 0 0.43 0.92 0.75 32.07 0.85 0.13
Hex 3F 24 5 0 2B 5C 4B 20 55 D
Octal 77 44 5 0 53 134 113 40 125 15
Binary 111111 100100 101 0 101011 1011100 1001011 100000 1010101 1101

Color Harmonies of #3F2405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2405

Black with #3F2405

Text Example


Text Example

White with #3F2405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2405; }

 p { color: rgb(63,36,5); }

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

background-color css

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

 a { background-color: rgb(63,36,5); }

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

border-color css

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

 span { border-color: rgb(63,36,5); }

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