Html Css Color HEX #3D3425 Creole

📋 copy color: '#3D3425'

red 61 ◦ green 52 ◦ blue 37

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

Shades of Creole #3D3425

Tints of Creole #3D3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 40.67%
G = 34.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.76

RGB Variations

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

Color information

#3D3425 (or 0x3D3425) is known color: Creole. HEX triplet: 3D, 34 and 25. RGB value is (61,52,37). Sum of RGB (Red+Green+Blue) = 61+52+37=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3425 is #C2CBDA. Grayscale: #353535. Windows color (decimal): -12766171 or 2438205. OLE color: 2438205.

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

Color convert

RGB 61 52 37 -
CMYK 0 0.15 0.39 0.76
HSL 37.5º 0.24% 0.19% -
HSV(B) 37.5º 0.39% 0.24% -
XYZ 3.49 3.58 2.26 -
YUV 52.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 61 52 37 0 0.15 0.39 0.76 37.5 0.24 0.19
Hex 3D 34 25 0 F 27 4C 26 18 13
Octal 75 64 45 0 17 47 114 46 30 23
Binary 111101 110100 100101 0 1111 100111 1001100 100110 11000 10011

Color Harmonies of #3D3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3425

Black with #3D3425

Text Example


Text Example

White with #3D3425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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