Html Css Color HEX #241305 Cocoa Brown

📋 copy color: '#241305'

red 36 ◦ green 19 ◦ blue 5

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

Shades of Cocoa Brown #241305

Tints of Cocoa Brown #241305

RGB

 RED value IS 36 (14.45% from 255) = 60%

 GREEN value IS 19 (7.81% from 255) = 31.67%

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

R = 60%
G = 31.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#241305 (or 0x241305) is known color: Cocoa Brown. HEX triplet: 24, 13 and 05. RGB value is (36,19,5). Sum of RGB (Red+Green+Blue) = 36+19+5=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #241305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241305 is #DBECFA. Grayscale: #161616. Windows color (decimal): -14413051 or 332580. OLE color: 332580.

HSL color Cylindrical-coordinate representation of color #241305: hue angle of 27.1º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241305 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 5 -
CMYK 0 0.47 0.86 0.86
HSL 27.1º 0.76% 0.08% -
HSV(B) 27.1º 0.86% 0.14% -
XYZ 0.99 0.85 0.26 -
YUV 22.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 36 19 5 0 0.47 0.86 0.86 27.1 0.76 0.08
Hex 24 13 5 0 2F 56 56 1B 4C 8
Octal 44 23 5 0 57 126 126 33 114 10
Binary 100100 10011 101 0 101111 1010110 1010110 11011 1001100 1000

Color Harmonies of #241305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241305

Black with #241305

Text Example


Text Example

White with #241305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241305; }

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

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

background-color css

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

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

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

border-color css

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

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

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