Html Css Color HEX #5D381D Carnaby Tan

📋 copy color: '#5D381D'

red 93 ◦ green 56 ◦ blue 29

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

Shades of Carnaby Tan #5D381D

Tints of Carnaby Tan #5D381D

RGB

 RED value IS 93 (36.72% from 255) = 52.25%

 GREEN value IS 56 (22.27% from 255) = 31.46%

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 52.25%
G = 31.46%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D381D (or 0x5D381D) is known color: Carnaby Tan. HEX triplet: 5D, 38 and 1D. RGB value is (93,56,29). Sum of RGB (Red+Green+Blue) = 93+56+29=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D381D is #A2C7E2. Grayscale: #404040. Windows color (decimal): -10668003 or 1914973. OLE color: 1914973.

HSL color Cylindrical-coordinate representation of color #5D381D: hue angle of 25.31º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D381D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 56 29 -
CMYK 0 0.40 0.69 0.64
HSL 25.31º 0.52% 0.24% -
HSV(B) 25.31º 0.69% 0.36% -
XYZ 6.15 5.24 1.85 -
YUV 63.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 93 56 29 0 0.40 0.69 0.64 25.31 0.52 0.24
Hex 5D 38 1D 0 28 45 40 19 34 18
Octal 135 70 35 0 50 105 100 31 64 30
Binary 1011101 111000 11101 0 101000 1000101 1000000 11001 110100 11000

Color Harmonies of #5D381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D381D

Black with #5D381D

Text Example


Text Example

White with #5D381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D381D; }

 p { color: rgb(93,56,29); }

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

background-color css

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

 a { background-color: rgb(93,56,29); }

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

border-color css

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

 span { border-color: rgb(93,56,29); }

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