Html Css Color HEX #58381F Carnaby Tan

📋 copy color: '#58381F'

red 88 ◦ green 56 ◦ blue 31

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

Shades of Carnaby Tan #58381F

Tints of Carnaby Tan #58381F

RGB

 RED value IS 88 (34.77% from 255) = 50.29%

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 50.29%
G = 32%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58381F (or 0x58381F) is known color: Carnaby Tan. HEX triplet: 58, 38 and 1F. RGB value is (88,56,31). Sum of RGB (Red+Green+Blue) = 88+56+31=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58381F is #A7C7E0. Grayscale: #3E3E3E. Windows color (decimal): -10995681 or 2046040. OLE color: 2046040.

HSL color Cylindrical-coordinate representation of color #58381F: hue angle of 26.32º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58381F is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 56 31 -
CMYK 0 0.36 0.65 0.65
HSL 26.32º 0.48% 0.23% -
HSV(B) 26.32º 0.65% 0.35% -
XYZ 5.69 5 1.96 -
YUV 62.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 88 56 31 0 0.36 0.65 0.65 26.32 0.48 0.23
Hex 58 38 1F 0 24 41 41 1A 30 17
Octal 130 70 37 0 44 101 101 32 60 27
Binary 1011000 111000 11111 0 100100 1000001 1000001 11010 110000 10111

Color Harmonies of #58381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58381F

Black with #58381F

Text Example


Text Example

White with #58381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58381F; }

 p { color: rgb(88,56,31); }

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

background-color css

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

 a { background-color: rgb(88,56,31); }

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

border-color css

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

 span { border-color: rgb(88,56,31); }

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