Html Css Color HEX #58381E Carnaby Tan

📋 copy color: '#58381E'

red 88 ◦ green 56 ◦ blue 30

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

Shades of Carnaby Tan #58381E

Tints of Carnaby Tan #58381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 50.57%
G = 32.18%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58381E (or 0x58381E) is known color: Carnaby Tan. HEX triplet: 58, 38 and 1E. RGB value is (88,56,30). Sum of RGB (Red+Green+Blue) = 88+56+30=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58381E is #A7C7E1. Grayscale: #3E3E3E. Windows color (decimal): -10995682 or 1980504. OLE color: 1980504.

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

Color convert

RGB 88 56 30 -
CMYK 0 0.36 0.66 0.65
HSL 26.9º 0.49% 0.23% -
HSV(B) 26.9º 0.66% 0.35% -
XYZ 5.67 5 1.89 -
YUV 62.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 88 56 30 0 0.36 0.66 0.65 26.9 0.49 0.23
Hex 58 38 1E 0 24 42 41 1B 31 17
Octal 130 70 36 0 44 102 101 33 61 27
Binary 1011000 111000 11110 0 100100 1000010 1000001 11011 110001 10111

Color Harmonies of #58381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58381E

Black with #58381E

Text Example


Text Example

White with #58381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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