Html Css Color HEX #3F230A Cocoa Brown

📋 copy color: '#3F230A'

red 63 ◦ green 35 ◦ blue 10

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

Shades of Cocoa Brown #3F230A

Tints of Cocoa Brown #3F230A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

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

R = 58.33%
G = 32.41%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#3F230A (or 0x3F230A) is known color: Cocoa Brown. HEX triplet: 3F, 23 and 0A. RGB value is (63,35,10). Sum of RGB (Red+Green+Blue) = 63+35+10=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F230A is #C0DCF5. Grayscale: #282828. Windows color (decimal): -12639478 or 664383. OLE color: 664383.

HSL color Cylindrical-coordinate representation of color #3F230A: hue angle of 28.3º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F230A is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 35 10 -
CMYK 0 0.44 0.84 0.75
HSL 28.3º 0.73% 0.14% -
HSV(B) 28.3º 0.84% 0.25% -
XYZ 2.71 2.28 0.58 -
YUV 40.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 63 35 10 0 0.44 0.84 0.75 28.3 0.73 0.14
Hex 3F 23 A 0 2C 54 4B 1C 49 E
Octal 77 43 12 0 54 124 113 34 111 16
Binary 111111 100011 1010 0 101100 1010100 1001011 11100 1001001 1110

Color Harmonies of #3F230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F230A

Black with #3F230A

Text Example


Text Example

White with #3F230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,10); }

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

background-color css

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

 a { background-color: rgb(63,35,10); }

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

border-color css

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

 span { border-color: rgb(63,35,10); }

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