Html Css Color HEX #3D250B Cocoa Brown

📋 copy color: '#3D250B'

red 61 ◦ green 37 ◦ blue 11

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

Shades of Cocoa Brown #3D250B

Tints of Cocoa Brown #3D250B

RGB

 RED value IS 61 (24.22% from 255) = 55.96%

 GREEN value IS 37 (14.84% from 255) = 33.94%

 BLUE value IS 11 (4.69% from 255) = 10.09%

R = 55.96%
G = 33.94%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3D250B (or 0x3D250B) is known color: Cocoa Brown. HEX triplet: 3D, 25 and 0B. RGB value is (61,37,11). Sum of RGB (Red+Green+Blue) = 61+37+11=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D250B is #C2DAF4. Grayscale: #292929. Windows color (decimal): -12770037 or 730429. OLE color: 730429.

HSL color Cylindrical-coordinate representation of color #3D250B: hue angle of 31.2º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D250B is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 37 11 -
CMYK 0 0.39 0.82 0.76
HSL 31.2º 0.69% 0.14% -
HSV(B) 31.2º 0.82% 0.24% -
XYZ 2.65 2.34 0.63 -
YUV 41.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 61 37 11 0 0.39 0.82 0.76 31.2 0.69 0.14
Hex 3D 25 B 0 27 52 4C 1F 45 E
Octal 75 45 13 0 47 122 114 37 105 16
Binary 111101 100101 1011 0 100111 1010010 1001100 11111 1000101 1110

Color Harmonies of #3D250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D250B

Black with #3D250B

Text Example


Text Example

White with #3D250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,37,11); }

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

background-color css

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

 a { background-color: rgb(61,37,11); }

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

border-color css

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

 span { border-color: rgb(61,37,11); }

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