Html Css Color HEX #2D2317 Cocoa Brown

📋 copy color: '#2D2317'

red 45 ◦ green 35 ◦ blue 23

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

Shades of Cocoa Brown #2D2317

Tints of Cocoa Brown #2D2317

RGB

 RED value IS 45 (17.97% from 255) = 43.69%

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

 BLUE value IS 23 (9.38% from 255) = 22.33%

R = 43.69%
G = 33.98%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.82

RGB Variations

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

Color information

#2D2317 (or 0x2D2317) is known color: Cocoa Brown. HEX triplet: 2D, 23 and 17. RGB value is (45,35,23). Sum of RGB (Red+Green+Blue) = 45+35+23=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2317 is #D2DCE8. Grayscale: #242424. Windows color (decimal): -13819113 or 1516333. OLE color: 1516333.

HSL color Cylindrical-coordinate representation of color #2D2317: hue angle of 32.73º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D2317 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB 45 35 23 -
CMYK 0 0.22 0.49 0.82
HSL 32.73º 0.32% 0.13% -
HSV(B) 32.73º 0.49% 0.18% -
XYZ 1.84 1.82 1.07 -
YUV 36.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 45 35 23 0 0.22 0.49 0.82 32.73 0.32 0.13
Hex 2D 23 17 0 16 31 52 21 20 D
Octal 55 43 27 0 26 61 122 41 40 15
Binary 101101 100011 10111 0 10110 110001 1010010 100001 100000 1101

Color Harmonies of #2D2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2317

Black with #2D2317

Text Example


Text Example

White with #2D2317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D2317; }

 p { color: rgb(45,35,23); }

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

background-color css

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

 a { background-color: rgb(45,35,23); }

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

border-color css

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

 span { border-color: rgb(45,35,23); }

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